-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
6.0.0 breaks with new @mui date pickers refactored changes #910
Comments
There no more imports from
Could you please provide reproduction steps or sample code? |
Upgraded mui/mui-x (from 5.x to 6.x) and RAQB (from 5.1.2 to 6.x). It was working fine earlier. Install errors: From https://github.com/ukrbublik/react-awesome-query-builder/blob/master/packages/mui/package.json |
Ok, I will update my lib for MUI 6 |
Thank you. |
Hello - Any ETA on the changes? |
MUI: The LocalizationProvider component was moved from
@mui/lab
to@mui/x-date-pickers
.You should use
import { LocalizationProvider } from '@mui/x-date-pickers'
or
import { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider'
The text was updated successfully, but these errors were encountered: