-
Notifications
You must be signed in to change notification settings - Fork 78
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
Import MuiPickersUtilsProvider missing after migrating to material-ui-pickers v1 from rc17 #37
Comments
It was fixed but reverted somewhy here: |
watching this one |
@TomasVink watching with you :D nice movie tho |
It seems that this had been fixed in the merge but for some reason, the master had the wrong line again react-admin-date-inputs/lib/index.js Line 28 in d07734b
It seems that this project is completely abandoned and out of date. It is a pity that react-admin continues to depend on and recommend this repo to solve the date format (!!!) |
A kindly guy in Uruguay, @WiXSL, seems to be keeping this project alive... https://github.com/WiXSL/react-admin-date-inputs#mui-pickers-v3 I added it to my project like so:
(apparently it's advisable to use specific commits in your You're probably best forking it yourself, in case he deletes it. |
After bumping material-ui-pickers to v1 from rc17, MuiPickersUtilsProvider import changes.
V1 has breaking changes
https://github.com/mui-org/material-ui-pickers/releases/tag/v1.0.0
https://prnt.sc/pp2c81
-import MuiPickersUtilsProvider from 'material-ui-pickers/utils/MuiPickersUtilsProvider'
+import MuiPickersUtilsProvider from 'material-ui-pickers/MuiPickersUtilsProvider'
The text was updated successfully, but these errors were encountered: