-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[test] Testing react 16.9 release candidate #16852
Conversation
Details of bundle changes.Comparing: ba2b44c...f21b726
|
@eps1lon It's continuous integration is green :). Should we expect more than it from the pull request? |
Could you actively engage in communicating what you want from this PR? |
From what I understand, the value of the pull request is to test the release candidate of React v16.9.0, to detect potential issues ahead of time, before our users do. Now that it's green, we are good. I believe that we can close it. Then, Dependabot will take care of updating the dependency for us. Have I missed a step in the reasoning? |
Yes: React isn't release yet. There might be another rc. It's the same reason I didn't close it after the canary was green. Edit: And then there's the issue of development happening on master which we might want to check against 16.9. |
Ok, awesome! |
Testing release candidate (new runtime warnings, act warnings, useEffect + setState)
react changelog draft
Bundle size changes are likely due to react-is and scheduler changes. We should mark every dependency of react and react-dom as external when calculating bundle size. This includes scheduler. Not sure about react-is.Likely react-is. Scheduler isn't is as per #16904