-
-
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
[DataGrid] React 18 #1870
Comments
Is MUI Data Grid Table compatible with React 18? import { DataGridPro } from '@mui/x-data-grid-pro'; I am installing both but doesn't work out.. |
@m4theushw I let you answer 👍 |
The peer dependency is locked to React 17 |
The next release will be compatible with React 18. |
@m4theushw , @flaviendelangle any updates on this release which is going to be for react 18 compatibility. |
@shivamchamoli09 the DataGrid is compatible with React 18 since v5.9.0: https://github.com/mui/mui-x/releases/tag/v5.9.0. This issue is only open because we need to migrate some of our tooling (the benchmarks mainly) to be compatible fully with React 18 |
Summary 💡
This is an umbrella issue to keep track of the effort necessary toward supporting React 18. It might be painful. We will learn more once the core supports it (effort lead by Sebastian).
Details ✍️
mui-x/packages/grid/x-grid/src/tests/sorting.XGrid.test.tsx
Lines 232 to 241 in 4509391
The text was updated successfully, but these errors were encountered: