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 @livewire(\App\Filament\Widgets\OrdersToSchedule::class)"any idea why this is happening guys?
1 Reply
Wojtek-R
Wojtek-R10mo ago
For anybody having the same issue, I have just created a new widget component but in usual Livewire folder and now component updates without any errors.