I can create a navigation fine, but when trying to add an item, there's a livewire error:
Livewire Entangle Error: Livewire property ['mountedActionsData.0.type'] cannot be found on component: ['app.filament.resources.navigation-resource.pages.edit-navigation']
Versions:
Filament 3.0.103
Filament Navigation 1.0.0-beta4
Filament Spatie Translatable 3.0.103
NB: It also happens even when anything Translatable related is absent
I noticed that HandlesNavigationBuilder uses a mountedActionData property where InteractsWithActions exposes a mountedActionsData property. Would that be the cause of the conflict? Is it a syncing conflict?
I can create a navigation fine, but when trying to add an item, there's a livewire error:
Versions:
NB: It also happens even when anything
Translatable
related is absent