ryangjchandler / filament-navigation

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

Fix form filling livewire error #104

Open Voltra opened 9 months ago

Voltra commented 9 months ago

When clicking on the create-an-item button, we used to get an error in the front-end:

Livewire Entangle Error: Livewire property ['mountedActionsData.0.type'] cannot be found on component: ['app.filament.resources.navigation-resource.pages.edit-navigation']

This was due to the fact that the form was conditionally filled, and that condition wasn't met.

Closes #101