Tabs to filter the records(Panel Builder) not working
Error- Use of unknown class:Filament\Resources\Tab
4 Replies
Error- Use of unknown class:Filament\Resources\TabAccording to the code you posted, the error can't be correct. You said the error is about
Filament\Resources\Tab
but your code says use Filament\Resources\Components\Tab
(which is correct when used in a ListRecords page)Yeah and I checked the documentation just to be sure I hadn't made a mistake.
So I'm not sure what's going on
Do you have a reference to the wrong namespaced class somewhere else in your app? Do a search for the class it's complaining about, and see if it's sitting someplace unexpected.
Ok thanks
I'll try that
It's fixed
Thanks