Replies: 1 comment
-
It would be better if you could create a minimal repo reproducing this issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Actions
Package Version
v3.3.37 - filament
How can we help you?
We have a modal action, that renders a view for the modal content, inside of the modal contents view it is rendering a livewire component, when we click the create control action it opens another slideover with the control form, the issue is when we click submit or close, and the previous
ReviewControls
modal is re-opened, we are getting a component not found error for the livewire component.We have added wire:key's in all the normal expected places as per the troubleshooting docs for livewire & spend a bit of time to try and understand why this is happening under the hood, with no luck, so figured we'd report it and see if maybe its a known issue & if there are any fixes for it.
This is the triggering action:
This is the view we render for the modal content:
This is the control feeds livewire components view:
Here is a screenshot of us going back to the control feed modal, I have echo'd out the component id in red, so we can see that its the same component id as the one in the component not found error:
Beta Was this translation helpful? Give feedback.
All reactions