Unable to find component: [Filament\Widgets\WidgetConfiguration]
I have built a CustomView and am trying to include a view within my blade.php as it says in the docs. There I get this error...
In my Ressource File i added:
tryed to use that Widget in my View blade.php File:
https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view
1 Reply
Seems like the widget is not in the auto discovery path for the panel. If that’s the cases you need to explicitly tell livewire to register it as a component in a service provider.