-
Notifications
You must be signed in to change notification settings - Fork 23
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
Moment issue #45
Comments
Same problem here ... |
Could you share a simple project that reproduces this error? |
I am also facing the same problem. |
it works with v2.7.2, but same problem with 3.x releases |
Same problem on |
Same problem. Just added it to project. Didn't imported it yet anywhere. |
Any update on this ? I'm having the same issue here |
With latest updated version, the calendar does not come up. See error on console. Sample project used: https://github.com/himanshuphirke/testFullCalendar Let me know if any adjustments are required. |
Hey!
I'm having an issue when trying to get the calendar.
What I'm getting is:
Cannot read property 'localeData' of undefined at getMomentLocaleData
function getMomentLocaleData(localeCode) { return moment.localeData(localeCode) || moment.localeData('en'); }
I have moment installed...
Thanks!
The text was updated successfully, but these errors were encountered: