-
Notifications
You must be signed in to change notification settings - Fork 113
Bump react & react-dom #3885
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
Bump react & react-dom #3885
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.
This bump will cause runtime issues that we're currently not catching on CI. The React renderer is embedded with each React Native release. Bumping the package doesn't patch these bits. They're simply there so that we can point at source files when debugging code. If the React package is out of sync with what is embedded in React Native, the latter will fail on startup.
Meta will patch the embedded React renderer within this week. I'm going to block this PR until we can bump React Native.
JasonVMo
left a comment
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.
Revoking my approval given Tommy's comments.
|
Will leave the fix up to Tommy |
Description
Bump react and react-dom int he repo and update the profiles so users will bump to prevent CVE in them.
Test plan