ryangjchandler / filament-navigation

Build structured navigation menus in Filament.
MIT License
162 stars 61 forks source link

Unable to add items #101

Open Voltra opened 9 months ago

Voltra commented 9 months ago

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:

NB: It also happens even when anything Translatable related is absent

Voltra commented 9 months ago

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?