-
Notifications
You must be signed in to change notification settings - Fork 1.2k
React 17 #4432
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
Conversation
size-limit report
|
|
Remember to bump the peerdeps too. We'll want to support both 16 and 17 at the same time because cordinating "all libraries used by an app must support react 17 before the app can go to 17" is hard and we want apps that are stuck on 16 while they wait for their other dependencies to update to not be locked out of this new polaris version, so the range is |
8559933 to
d111db6
Compare
d111db6 to
8559933
Compare
|
Is there any update on when this should be finalized? |
|
We're still hoping for this week. We're in the process of removing all references to |
3403c6e to
f386b09
Compare
|
Small update: We just shipped the last PR to remove the legacy test helpers. I've updated this PR to remove enzyme and a few things we no longer need. |
|
I think we should keep that environments config file. It is useful to suppress lots of long console errors about Compare the test CI of And tangentially:
|
608b3af to
65f08b2
Compare
|
🎉 Many thanks for getting this in! |
BPScott
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.
Hecks yea, looking great!
There's a few console errors in the test output but I think they were there before too.
|
Nice to see this merged. Any idea when it will be in a release published to npm? |
WHY are these changes introduced?
Fixes #4271
WHAT is this pull request doing?
How to 🎩
🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines
Copy-paste this code in
playground/Playground.tsx:🎩 checklist
README.mdwith documentation changes