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
With the new way to use Livewire (that is without explicit declaration of @livewireScripts and @livewireStyles in your layout file), Livewire is actually only initialized if there are Livewire components on render. The result is that there should be no errors (with v0.3.0) on pages which contain Livewire components. The current check to see if Livewire is instantiated should, however, no longer throw an error, and probably silently stop further execution of the sortablejs script.
v3 doesn't use
@livewireScripts
anymore.The text was updated successfully, but these errors were encountered: