The grid is not rendered. Only the left bar is rendered.
Calendar app version
main, stable4.2, v4.2.4
CalDAV-clients used
No response
Browser
Firefox Developer Edition 111.0b4 (64-Bit)
Client operating system
Linux x86_64
Browser log
Two errors are printed multiple times:
Error in callback for watcher "options.headerToolbar": "TypeError: can't access property "pauseRendering", calendar is undefined"
TypeError: can't access property "pauseRendering", calendar is undefined
They both occur in FullCalendar code.
Context of 1.
[Vue warn]: Error in callback for watcher "options.headerToolbar": "TypeError: can't access property "pauseRendering", calendar is undefined"
found in
---> <FullCalendar>
<CalendarGrid> at src/components/CalendarGrid.vue
<NcAppContent>
<NcContent>
<Calendar> at src/views/Calendar.vue
<App> at src/App.vue
<Root>
Steps to reproduce
Expected behavior
The grid should be rendered.
Actual behaviour
The grid is not rendered. Only the left bar is rendered.
Calendar app version
main, stable4.2, v4.2.4
CalDAV-clients used
No response
Browser
Firefox Developer Edition 111.0b4 (64-Bit)
Client operating system
Linux x86_64
Browser log
Two errors are printed multiple times:
Error in callback for watcher "options.headerToolbar": "TypeError: can't access property "pauseRendering", calendar is undefined"
TypeError: can't access property "pauseRendering", calendar is undefined
They both occur in FullCalendar code.
Context of 1.
Context of 2.
Additional info
It works fine with Chromium.