FFilament•Created by mhappelo on 8/9/2023 in #❓┊help My frontend notifications stops working when page is loaded via wire:navigate
Seems to be more stable if I wrap the notifications reference with Livewire persist
@persist('notifications')
@livewire('notifications')
@endpersist