rzymek / meteor-fullcalendar

FullCalendar JQuery plugin packaged for Meteor 1.0
https://atmospherejs.com/rzymek/fullcalendar
33 stars 23 forks source link

Moment issue #45

Open v3yr0n opened 6 years ago

v3yr0n commented 6 years ago

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!

abate commented 6 years ago

Same problem here ...

rzymek commented 6 years ago

Could you share a simple project that reproduces this error?

hphirke commented 6 years ago

I am also facing the same problem. Sample project created using meteor and added the calendar only. https://github.com/himanshuphirke/testFullCalendar

Error screen attached error

abate commented 6 years ago

it works with v2.7.2, but same problem with 3.x releases

achirkof commented 6 years ago

Same problem on rzymek:fullcalendar@3.7.0 but rzymek:fullcalendar@3.4.0 works good.

nikdale commented 6 years ago

Same problem. Just added it to project. Didn't imported it yet anywhere.

rolljee commented 6 years ago

Any update on this ? I'm having the same issue here @achirkof tried that, not working neither

hphirke commented 6 years ago

With latest updated version, the calendar does not come up. See error on console.

screenshot from 2017-12-27 12-56-00

Sample project used: https://github.com/himanshuphirke/testFullCalendar

Let me know if any adjustments are required.