updatedTableFilters() no longer firing

Since upgrading to livewire 3/filament 3, ive noticed that
public function updatedTableFilters(): void
{
    dd($this->tableFilters);
}
no longer fires when a filter is removed. It does run when one is added. Any suggestions?
Was this page helpful?