-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[core] Improve React 19 support #15769
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
93bf5ac
Bump React to ^19.0.0
renovate[bot] 1506c31
codemod docs
JCQuintas c656122
Fix/update DataGrid ref usage
LukasTy 91daf42
Fix a few more Pickers and Tree view cases
LukasTy 914270e
Fix prettier
flaviendelangle 4dc9d67
Fix more useref usages
LukasTy c62046e
Changes from `ref` react-ts-codemod
LukasTy a4e6a2f
Changes from `react-element` react-ts-codemod
LukasTy e7dc07d
docs:typescript:formatted
LukasTy 85998ce
Run react-ts-codemods on `test` folder
LukasTy ddbae8e
Bump/test `@mui/material@6` to avoid `JSX` namespace errors
LukasTy 4ca779b
Hide `JSX` namespace issues in `@react-spring`
LukasTy 8c09a3e
Remove broken prop
LukasTy f652cd8
Make `fieldRef` optional param to avoid the need for `fieldRef: undef…
LukasTy 190e37d
Use `@mui` packages with fixed `JSX` namespace
LukasTy be7cbc8
prettier
LukasTy 05c307b
Fix `DateTimeRangePickerTimeWrapper` ref handling
LukasTy ecd1f5a
Avoid `JSX` namespace issue due to `@emotion`
LukasTy 4b6da95
ignore specific errors while react-spring is not fixed
JCQuintas 81c09f3
Fix docs charts TS errors
LukasTy 9ab8ac7
Avoid `JSX` namespace issue due to `@emotion` on `@mui/x-codemod` pac…
LukasTy f3e6970
docs:typescript:formatted
LukasTy 731f5dc
Revert to previous casting solution to avoid TS error
LukasTy ea994c8
Align `@mui/types` version to avoid data grid typing conflicts
LukasTy a6362d3
Explicitly type `useMultiInputFieldSelectedSections` to avoid implici…
LukasTy 8317602
Bump react types
LukasTy aad5677
Fix `useNow` hook
LukasTy 41ab3c2
Use released packages
LukasTy dede7d1
Add `skipLibCheck` until `@mui/joy` is released from `v5`
LukasTy 5ef32f2
Bump `@mui/monorepo` and `@mui/docs`
LukasTy 3bb3494
Fix browser test
LukasTy 443e8fa
Bump `@mui/joy`
LukasTy b825c72
Use `rtl` API for column querying
LukasTy 18f2912
Fix some tests by making them async
LukasTy 37678a0
Minor cleanup
LukasTy f8d425b
Fix `sorting.DataGrid` test
LukasTy 6afea09
Fix after merge
LukasTy 09ce052
Move refs to props
LukasTy c243a43
Revert "Move refs to props"
LukasTy e0f937c
Fix `consumeThemeProps` typing to work for React 19
LukasTy d53daa4
fix consumeThemeProps
JCQuintas 2850c26
Revert "fix consumeThemeProps"
JCQuintas bf1ea94
Refactor tests to user `userEvent`
LukasTy 04632a8
Stabilize `data-grid-premium` tests
LukasTy 0f41ede
Make `rowSelection.DataGridPro` tests pass
LukasTy 2662a65
Make `rowPinning.DataGridPro` tests pass
LukasTy d437bc1
Stabilize flaky `DataGridPro` tests
LukasTy fae1f8d
Stabilize tabindex test
LukasTy 80fd09f
Bump `@mui/internal-test-utils`
LukasTy 87c2d9e
fix eslint
LukasTy 6c89540
Revert "pointless" `waitFor` calls
LukasTy 331478a
Bump @types/react
arminmeh 61f7fa4
update docs/package.json
arminmeh 94027c4
Update lock file
arminmeh f8e48f5
Fix row selection test
arminmeh 6b4a212
Do not publish 'resize' event if the dimensions have not changed
arminmeh a3b032c
Revert some test changes
arminmeh 3974d69
Fix dependencies after rebase
arminmeh 39f276c
fix package order
arminmeh 35506cc
Fix tests
arminmeh f577a75
Test cleanup
arminmeh e6ef9e4
Add step to disable pnpm peer deps installing on CI when react is not…
LukasTy 3d43e6a
Fix param name
LukasTy 52ffe7b
fix param name 2
LukasTy e14cbc3
Set pnpm config flag on project
LukasTy 2e4bd1a
Use `--no-frozen-lockfile` when `with-react-version` is not `stable`
LukasTy 08f84bf
Simplify
MBilalShafi 7220a0b
Merge branch 'master' into renovate/major-react
MBilalShafi 6e1070f
Fix error in CI config file
LukasTy a5c40a3
Remove no longer needed explicit beta version
LukasTy 3bf257c
Setup React 18 tests to run on main branches
LukasTy efebb48
Test filters on individual jobs
LukasTy 9d56411
Try
LukasTy caf3bd8
try 2
LukasTy 3e8e486
Test more specific version name
LukasTy cdc72a2
echo params
LukasTy 1475f33
Revert suggested fix
LukasTy a4c728e
Try
LukasTy ca32e1b
Try 3
LukasTy dd14eba
try 4
LukasTy 8c71c2d
try 5
LukasTy 46314cd
try 6
LukasTy 1ce6f75
Try reusing config via context
LukasTy ed403a3
Don't run on renovate branch by default
LukasTy 3d40915
cleanup
LukasTy bb0868f
Bump "MUI Core"
LukasTy 94976e5
Allow `react-is` v18 or v19
LukasTy 78a4dea
Merge branch 'master' into renovate/major-react
LukasTy 4d740b7
Merge branch 'master' into renovate/major-react
LukasTy 85bf3f5
Improve typing
LukasTy 7187ad0
await async action
LukasTy 636a349
Try act with curly braces
LukasTy 4fa033c
Simplify `user.keyboard` usage
LukasTy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix/update DataGrid ref usage
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
useRefhandles the| nulltyping whennullis passed as the default value.