diff --git a/resources/views/filament/tenant/pages/calendar.blade.php b/resources/views/filament/tenant/pages/calendar.blade.php index 10bbaa4..cfeb847 100644 --- a/resources/views/filament/tenant/pages/calendar.blade.php +++ b/resources/views/filament/tenant/pages/calendar.blade.php @@ -113,7 +113,10 @@ x-on:open-create-modal.window="document.getElementById('cal-modal-bg').classList.add('open')" x-on:close-create-modal.window="document.getElementById('cal-modal-bg').classList.remove('open')" > -
+ {{-- wire:ignore: keep Livewire's DOM-morph away from the FullCalendar + subtree, otherwise the first $wire.getEvents response reverts the + container to its empty server HTML and the calendar collapses. --}} +