updatedTableFilters() no longer firing

Since upgrading to livewire 3/filament 3, ive noticed that
public function updatedTableFilters(): void
{
dd($this->tableFilters);
}
public function updatedTableFilters(): void
{
dd($this->tableFilters);
}
no longer fires when a filter is removed. It does run when one is added. Any suggestions?
0 Replies
No replies yetBe the first to reply to this messageJoin