Open PaddyLock opened 5 years ago
Have you managed to solve this? I have the same problem after upgrading to react-admin 3.0
Hello! I've got the same issue. Did anyone find a solution? I guess it's about material-ui versions incompatibility
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.3.3",
"@material-ui/pickers": "^3.2.8",
"date-fns": "^2.10.0",
"ra-i18n-polyglot": "^3.2.3",
"ra-input-rich-text": "^2.3.0",
"ra-language-french": "^3.2.0",
"react": "^16.5.1",
"react-admin": "^2.9.9",
"react-admin-date-inputs": "^1.1.4",
"react-admin-firebase": "^0.8.1",
"react-dom": "^16.5.1",
"react-scripts": "1.1.5",
"redux-saga": "^0.16.0"
}
Same problem
same problem occurs :( "react-admin": "^3.1.2",
same problem
If I try and use with react-admin
import { DateTimeInput } from 'react-admin-date-inputs';
with
<DateTimeInput label="Start" options={{ format: 'DD/MM/YYYY, HH:mm:ss', ampm: false, clearable: true }} />
Error: You are calling withTheme(Component) with an undefined component. You may have forgotten to import it.
I have the following dependancies