swilla
Error with widget in a blade view
Unable to find component: [Filament\Widgets\WidgetConfiguration]
I tried this in a normal blade view, and a Livewire component.
I have confirmed that the class exists.
Livewire Component:
Blade View:
Layout File:
4 replies
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.5 replies