Object of class Filament\Support\Enums\MaxWidth could not be converted to string
So I noticed my tables weren't showing the pagination badges so I google and came across a suggestion to run "composer upgraded" followed by "php artisan filament:upgrade". I got my pagination back but now any form I open I get the error
"Object of class Filament\Support\Enums\MaxWidth could not be converted to string"
Not sure how to fix this or wether its a bug in filament or something else. Any advice on how to sort this out?
Thanks
2 Replies
Dam. Just after posting Google finally returns
https://github.com/filamentphp/filament/issues/9908
GitHub
Object of class Filament\Support\Enums\MaxWidth could not be conver...
Package filament/filament Package Version v3.0.102 Laravel Version v10.33.0 Livewire Version v3 PHP Version PHP 8.1 Problem description Trying to open any Livewire modal gives this error. Object of...
I just moved the vendors folder out of resources. So far so good ....