You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a theme selection on the top bar of my layout. I just let the initial page load set the proper selection as typical, but wrap the component with @persist directive to preserve the initial selection when wire:navigate is used until/if the user chooses to change it.
Toggle is not working after navigate in a Livewire 3 app using wire:navigate.. you need to use
livewire:navigated
instead ofDOMContentLoaded
The text was updated successfully, but these errors were encountered: