Livewire infolist component disappear on action/tab click
I displayed two livewire infolist component in a resource view page. The issue is when I click on any action button or relation manager tabs for example, the first component disappears. I've seen other posts tht explained its bcs im rendering more than one livewire comp. But I'm still not really sure on how to work it out for my case.
3 Replies
console shows this error:
Uncaught Snapshot missing on Livewire component with id: n9AeaPH4TeFvDv9QdiiN
Same issue
did you figured out any solution ?
somewhat, i ended up using alternative way of rendering livewire component for the first lw comp by calling the lw thru blade view, https://filamentphp.com/docs/3.x/infolists/adding-an-infolist-to-a-livewire-component, code: