Property [$tableFilters] not found on component

I am trying to retrieve the $tableFilters property from the Livewire instance (screenshot 1), but an error appears (screenshot 2), if I do dd() on $livewire the tableFilters property is there (screenshot 3). Please help me.
Solution:
Then your issue is with PHPStan, not Filament... I think you can replace the Component $livewire annotation with ListSupporters $livewire.
Jump to solution
4 Replies
Patrick Boivin
Have you tried $livewire->tableFilters?
Abel Ardhana S
Abel Ardhana SOP2y ago
yes it works, but im using larastan, $livewire->tableFilters error
Solution
Patrick Boivin
Then your issue is with PHPStan, not Filament... I think you can replace the Component $livewire annotation with ListSupporters $livewire.
Abel Ardhana S
Abel Ardhana SOP2y ago
thanks..

Did you find this page helpful?