My frontend notifications stops working when page is loaded via wire:navigate
I have an issue with my frontend notifications stops working when visiting a page with filament components via a wire:navigate anchor, but visited directly notifications works fine. Any known bugs around this or is it just me not understanding some javascript quirks required because of wire:navigate?
1 Reply
Seems to be more stable if I wrap the notifications reference with Livewire persist
@persist('notifications')
@livewire('notifications')
@endpersist