Buttons have loading state after upgrade Filament v3 Upgrade
I think it must be how the layout file is setup, but I followed the instructions. Originallly we were getting the Livewire loaded twice error, but then we added the
@livewireScriptConfig
directive and those errors went away, but the loading state never turns off after page load. It seem like the buttons are working, aside from the loading state on them.4 Replies
Sounds like you have conflicting livewire versions. You were getting loaded twice errors because you were manually loading livewire and filament was also loading livewire. Since you’re using the panel it would be better to remove your manual version and just let filament use its version.
This is the layout I'm using:
Based on https://filamentphp.com/docs/3.x/tables/installation#configuring-your-layout
app.js: