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