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
Patrick Boivin16mo ago
Have you tried $livewire->tableFilters?
Abel Ardhana S
Abel Ardhana SOP16mo ago
yes it works, but im using larastan, $livewire->tableFilters error
Solution
Patrick Boivin
Patrick Boivin16mo ago
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 SOP16mo ago
thanks..
Want results from more Discord servers?
Add your server