activeLocale error in ListResource using Filament Spatie Translatable

I'm trying to set a translatable resource in a new v3 Filament install.
I've added the Actions\LocaleSwitcher in the getHeaderActions of the ListRecords class, but it does nothing and the browser console throws: "Livewire: [wire:model="activeLocale"] property does not exist on component"

On the edit page works perfectly
Solution
use ManageRecords\Concerns\Translatable;
Was this page helpful?