-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Revert upgrade to React 19.1 #17206
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
Revert upgrade to React 19.1 #17206
Conversation
|
Thanks for adding a type label to the PR! 👍 |
|
Deploy preview: https://deploy-preview-17206--material-ui-x.netlify.app/ |
Do you have any numbers to share? |
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.
Do you have any numbers to share?
Maybe the culprit could actually be the new owner stack, which is supposed to be disabled on production, but test build could be treated as development, hence the drastick change. 🤔
It might be worth testing runtime difference with different ENV parameters and potentially opening issue on React side. 🤷
Sorry, should have added that information! There's some of it at #17192, but since that commit was merged the tests running on React 19 are taking longer to run (around 5min per run). |
Revert upgrade to React 19.1 due to increase in runtime for tests.
I'll keep monitoring the situation and upgrade again once the root cause is clear and/or the issue is fixed.