Open tundvgs opened 2 years ago
I believe it is because you're missing the "key". The Livewire documentation said
Similar to VueJs, if you render a component inside a loop, Livewire has no way of keeping track of which one is which.
So it is wiser to have a wire:key
to every child inside a loop you have.
I'm getting a pretty fatal error when creating a loop with multiple popups. when i use events like pagination click the buttons are auto duplicated after each event and when push to my server the layout broken "Cannot read properties of undefined (reading 'on')" alpinejs