-
Notifications
You must be signed in to change notification settings - Fork 26
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
clone.localeData is not a function crash on calendar popover #106
Comments
Hi @AsifDaum thank you for trying and using our library. Can you share your package.json file |
Thank you for responding, below is the complete package.json file:
|
Please install antd and dayjs and try it will solve your problem |
Same issue, it sadly didnt help. |
Can you try to create same issue in code sandbox |
When I recreated it in codesandbox, I was unable to get it to crash. https://codesandbox.io/s/inspiring-visvesvaraya-mm897m?file=/src/App.js It didnt need Dayjs nor antd in those codesandboxes either. I'll investigate it more, is there anything I should look for in particular? |
Which node version are you using |
I am currently using v18.17.1 |
instalando rc-picker se soluciona. La libreria internamente usa "rc-picker" , no te viene instalado porque podes no usarlo al desplegable. Instalando rc-picker se me soluciono |
Instalando rc-picker no funciono. |
Checklist
Please make sure the question is worded well enough to be understood
I am currently getting crashes when I try to open the calendar popover, I have set the locales as well according to the documentation but that didnt work and I have done it without it as well. It has been fairly temperamental because very rarely it did work fine, I cant recreate or remember what the situation was when it was working fine sadly.
I have noticed that it works fine in react-big-scheduler-stch, but it crashes the website in here, presumably because of the addition of dayjs, below is my code:
Below is the crash error:
What would I have done incorrectly here? Any help is appreciated.
The text was updated successfully, but these errors were encountered: