htmlspecialchars(): Argument #1 ($string) must be of type string, Filament\Tables\Filters\Indicator
Hello, I'm currently facing this error when using the search input box and the filters for a Resource (see the image for the stack tree).
I tried using filament:upgrade, filament:assets and publisher some of the vendor views, but the error doesn't get fixed
Filament Version: filament/filament": "^3.0"
1 Reply
I managed to fix this by re-publishing the view files for the filament-table
I'm assuming this is due to the current filament code is latest, however the view files are still old
I used this command to update the filament-table views
Note: This will update all of the view files in the /resources/views/vendor/filament-tables
--force tag is used since the regular vendor:publish doesn't override nor update the views if they exist in the folder