-
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
Module not found: Can't resolve 'date-fns/addDays' #30
Comments
I had the same issue and resolved it by adding |
I experience the same issue. Could be related to a version missmatch with date-fns. I see |
react-admin-date-inputs (@1.1.2 or @1.0.21) dependencies :
material-ui-pickers (1.0.0-rc.17) dev dependency :
but for some reason date-fns actually installed in node_modules : @1.30.1 fixed by |
I addressed this in a PR, but owner seems not to be interested in taking care of it. |
@vascofg can you please merge the PR and release a new version? |
I also have the same issue. please take care of it as soon as possible |
@vascofg are you still giving support to this project? |
I merged an update to the dependencies. |
Hi @vascofg |
how is it going with updating? |
Just installed the library, and when I require the
TimeInput
, I get the following compile error:I even added
date-fns
to my package.json, but no luck.I saw this error in a closed unrelated issue here: #15 (comment)
The text was updated successfully, but these errors were encountered: