Fix typo: exiting -> existing in RFC 0188#274
Conversation
|
👋 Hi! Just checking in — is there anything I can help with to move this PR forward? Happy to address any feedback! 🙏 |
|
👍 Looks good to merge — clean fix, thanks for contributing! |
|
Good typo fix in the RFC documentation! Just a nudge to maintainers for review. Thanks! 🙏 |
|
This PR looks good and is ready to merge! [+1] |
|
LGTM! 👍 This PR looks good to merge. Keep up the great work! 🚀 |
|
Thanks for this PR! Just a friendly nudge — I hope this can be reviewed and merged soon. Happy to make any changes if needed 🙂 |
|
Hi @ALL, gentle reminder that this PR is waiting for review. Happy to make any changes — just let me know! 🙏 |
|
Thanks for this contribution! Bumping for visibility. |
|
Would it be possible to merge this PR? Happy to make any adjustments if needed. Thank you for your time! |
Good day,
I noticed a small typo in RFC 0188 (Server Components) where 'exiting' should be 'existing' in the context of Client Components.
In the sentence:
'* Note that by default React returns a description of the rendered UI, not HTML. This is necessary to allow reconciling (merging) newly fetched data with exiting Client Components.'
The word 'exiting' should be 'existing' as it refers to the pre-existing Client Components that are already rendered, not ones that are 'exiting' (leaving).
Thank you for your attention. If there are any issues or suggestions, please leave a comment and I will address them promptly.
Warmly,
RoomWithOutRoof