You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I set up the calendar with dayjs according to the dayjs-demo.
When i have an event with allDay: true set, it breaks the week-view as well as the day-view (does not render either view).
The console shows the following errors:
TypeError: moment.max is not a function TypeError: Cannot read properties of undefined (reading 'allDayEventRows')
Minimal reproduction of the problem with instructions
Describe the bug
I set up the calendar with dayjs according to the dayjs-demo.
When i have an event with
allDay: true
set, it breaks theweek-view
as well as theday-view
(does not render either view).The console shows the following errors:
TypeError: moment.max is not a function
TypeError: Cannot read properties of undefined (reading 'allDayEventRows')
Minimal reproduction of the problem with instructions
Stackblitz Demo
Versions
The text was updated successfully, but these errors were encountered: