-
Notifications
You must be signed in to change notification settings - Fork 30
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
date.localeData is not a function #65
Comments
I had this issue too when flow replace MomentJS in document page |
i have the same problem after using the plugin |
have the same problem |
+1 |
We are facing the same issue. Please let us know if there is any workaround or solution |
Same problem with RangePicker |
@osumoclement This can be because of different You can check this with qnm:
This how the correct output should look like: And this is the output in case of a bug: You can fix this with Yarn resolutions in {
"resolutions": {
"dayjs": "^1.11.7"
}
} If you are using npm starting from v8.3.0 there should be {
"overrides": {
"dayjs": "^1.11.7"
}
} |
Thank you, works now :-) |
This problem occurs again in umi@3.5.40 mfsu + antd@4.24.10 |
#36
umi 3.5.17 MFSU enable
antd ^4.16.7
it happened in dev mode,production env not test
The text was updated successfully, but these errors were encountered: