-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Enable Suspense + rename Placeholder #13799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t forget to codemod www for the sync.
React: size: 🔺+1.3%, gzip: 🔺+1.1% ReactDOM: size: 🔺+2.4%, gzip: 🔺+2.5% Details of bundled changes.Comparing: f47a958...40907ea react
react-dom
react-art
react-test-renderer
react-reconciler
react-native-renderer
scheduler
Generated by 🚫 dangerJS |
Great work! Could I ask that is there any info can tell us about why make this into 16.6 rather than 17.0? |
It's not a breaking change. |
* Enable Suspense * <unstable_Placeholder delayMs> => <unstable_Suspense maxDuration> * Update suspense fixture
* Enable Suspense * <unstable_Placeholder delayMs> => <unstable_Suspense maxDuration> * Update suspense fixture
<unstable_Placeholder delayMs>
to<unstable_Suspense maxDuration>
.No whitespace: https://github.com/facebook/react/pull/13799/files?w=1.
DevTools: facebook/react-devtools#1182.