-
Notifications
You must be signed in to change notification settings - Fork 10.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
chore: e2e/integration with React 17 & 18 #35320
Conversation
Ok, this has been a deep rabbit hole. The production runtime tests failed with the lifecycle tests because The hydration error doesn't occur in minimal reproduction project, only when you use For now these tests will be changed with a TODO and #35226 then needs to actually fix the image error and revert the test changes. |
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.
Let's go! Looks good
Description
Runs development-runtime and production-runtime with React 18 in addition to React 17.
This PR also removes the outdated nightly jobs (no one looked at them + the slack setup was removed).
It also updates all e2e/integration tests to run with React 17.
[ch48484]