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