Cannot get material-ui datepicker to work Cannot get material-ui datepicker to work javascript javascript

Cannot get material-ui datepicker to work


I had the same problem, found this in the github issues:

https://github.com/mui-org/material-ui-pickers/issues/1440so i installed "@date-io/date-fns": "^1.3.13" and got it working


Downgrade your package to @date-io@^1.3.13

npm i @date-io/date-fns@1.3.13


Just use momentJS:npm i @date-io/moment@1.x moment

import MomentUtils from '@date-io/moment';function App() {  return (    <MuiPickersUtilsProvider utils={MomentUtils}>