maddhatter/laravel-fullcalendar

Deprecation warning while setting date in FullCalendar

INattivo opened this issue · 0 comments

Hi,
using fullcalendar component browser give me "Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale."

Finding information about this error, the solution to this problem is setting the eventDataTransform function while initializing fullCalendar, but I don't know how to do this with laravel component.

https://stackoverflow.com/questions/51130630/deprecation-warning-while-setting-date-in-fullcalendar

Any idea to solve the problem?
Thanks