-
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
You are calling withTheme(Component) with an undefined component. You may have forgotten to import it. #35
Comments
Have you managed to solve this? I have the same problem after upgrading to |
Hello! I've got the same issue. Did anyone find a solution? I guess it's about material-ui versions incompatibility
|
Same problem |
same problem occurs :( |
same problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: