Unable to find component: [app.filament.widgets.orders-to-schedule]
Livewire \ Exceptions \ ComponentNotFoundException
Hi,
I have created a new page component and table widget component which renders on that page just fine, but whenever I try to interact wiht table (e. g. click on column sort) I keep getting this exeption.
my table widget component is located in "app/Filament/Widgets/OrdersToSchedule directory". I am including this component with
Hi,
I have created a new page component and table widget component which renders on that page just fine, but whenever I try to interact wiht table (e. g. click on column sort) I keep getting this exeption.
my table widget component is located in "app/Filament/Widgets/OrdersToSchedule directory". I am including this component with
@livewire(\App\Filament\Widgets\OrdersToSchedule::class)"any idea why this is happening guys?