swilla
Reactive Forms Testing CI
I have a test for a form component that is working well locally, but I cannot get it to pass in GitHub Actions. I've tried so many different iterations without any luck.
Here is the error that is returned in GitHub Actions:
4 replies
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