BUG: SPA mode causes presence channels subscription to remain active when navigating away
I'm documenting a potential bug here while I haven't yet created a reproducible repository.When using a panel in SPA mode, a Livewire page that subscribes to a channel via
getListeners()
doesn't unsubscribe upon navigation. Returning to the page creates a duplicate subscription, causing listeners to fire multiple times per event and preventing the leave event from being triggered.0 Replies