Upgrading to 4, static must be compatible with Livewire\Component::fill($values)

When I run composer update, I get the error static must be compatible with Livewire\Component::fill($values) Not sure how to fix that.
1 Reply
thedangler
thedanglerOP2mo ago
full error Declaration of Filament\Schemas\Concerns\HasState::fill(?array $state = null, bool $shouldCallHydrationHooks = true, bool $shouldFillStateWithNull = true): static must be compatible with Livewire\Component::fill($values) PS I follow all the instructions resolved found a rouge HasStat in a component i was not using anymore. Silly the error doesn't show what file it was in. ✅

Did you find this page helpful?