-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
React 19 support #15342
React 19 support #15342
Conversation
Deploy preview: https://deploy-preview-15342--material-ui-x.netlify.app/ Updated pages: |
CodSpeed Performance ReportMerging #15342 will improve performances by 12.5%Comparing Summary
Benchmarks breakdown
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
7b27228
to
a16f8da
Compare
e5156af
to
3403086
Compare
I also did a manual test |
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.
Thank you for your and everyone involved effort on this one. 👍
LGTM, but I'm confirming without manual testing, given the existing testing done. 🙈
steps: | ||
- run: | ||
name: Install @mui/material@next | ||
name: Install @mui/material v6 |
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.
Nice correction. 👍 🙈
test/utils/pickers/describeValue/testPickerOpenCloseLifeCycle.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrew Cherniavskii <[email protected]> Signed-off-by: Armin Mehinovic <[email protected]>
Co-authored-by: Lukas Tyla <[email protected]> Signed-off-by: Armin Mehinovic <[email protected]>
Cherry-pick PRs will be created targeting branches: v7.x |
Signed-off-by: Armin Mehinovic <[email protected]> Co-authored-by: flavien <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: Lukas Tyla <[email protected]>
Closes #13356
To run locally, after checkout run
pnpm use-react-version rc && pnpm use-material-ui-v6
(since v5 does not support r19)All checks are ✅
building the packages works finesome tests are still failing (would appreciate if someone from @mui/explore would look at the one with datepicker)Test updates done in a same way and for the same reasons as in
mui/material-ui#43155