-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): fix React rendering null chars in HTML output - Use renderToReadableStream
#10562
Conversation
renderToReadableStream
renderToReadableStream
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the deploy preview of this PR
|
Size Change: +238 B (0%) Total Size: 11.1 MB ℹ️ View Unchanged
|
Although it seems to work and fix the bug, we might not want to merge it. |
Bug fixed in React 19: facebook/react#31134 Also fixed when using our new faster minifier: #9985 (comment) So this change is not needed anymore, the original bug will automatically fix itself once we upgrade React or turn the new HTML minifier on by default. |
Motivation
Fix #9985
Replace
renderToPipeableStream
withrenderToReadableStream
because the former emit NULL chars unexpectedly, which might be a React bug.Note: the setup is not super clean in terms of TS/exports, but it should work for all versions of Node we cover or the CI would report it.
Note: I benchmarked this locally and I doubt this has a significant impact on Docusaurus build times: it's approximately the same. The app rendering phase is not our main bottleneck currently, even with the new Docusaurus Faster options.
Related links:
renderToPipeableStream
react#31134Test Plan
CI
Test links
https://deploy-preview-10562--docusaurus-2.netlify.app/