Issue with livewire component (a table) in Infolist

Summary : After calling an action, devtools console shows error like :
Uncaught (in promise) Component not found: uVTyoagOvbBWvJbGHy4J



Filament : 3.2.117
Laravel : 11.27.2

In Post View Page, a livewire table component is shown.
I set a button to 'cancel' a post. This button save a relationship to define a cancelation.

When a post is canceled, a section appears to indicate this state.
Inside it, a button permit to cancel this 'cancelation'.
After action of this button, error appears in devtools console - and this is the issue -

I made a repo to demonstrate this issue.

https://github.com/agencetwogether/filament-livewire-component-error

Thank you for taking time to see this and your feedbacks
GitHub
Contribute to agencetwogether/filament-livewire-component-error development by creating an account on GitHub.
Was this page helpful?