-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Upgrade our Repo to React 17, tests, VR, examples, etc. #20145
Comments
Enzyme does not officially support React 17 enzymejs/enzyme#2430 An unofficial adapter exists, but no guarantee all tests work https://www.npmjs.com/package/@wojtekmaj/enzyme-adapter-react-17 |
After #22265, all the tests included in |
Trying out React 17 again (draft): #22326 Probably everything works except a weird issue with unmounting northstar Popup in tests (not sure if it's a real issue too): #22326 (review) |
As of writing, all the tests work against React 17 (it's possible new breaks could be introduced), but the upgrade attempt (#22326) got blocked when I tried to update the The latest
Some clarifying notes:
|
Sean mentioned that event delegation in layers in React 17 can cause some issues. Make sure to take a look at that area. |
[some partners are rolling out R17 now, others are planning]
The text was updated successfully, but these errors were encountered: