You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to reproduce this issue. Could you provide the (minimal) code to reproduce this? (maybe just with array data instead of database records, to keep it simple)
Not using @foreach, because Livewire will hook into that and add markers for its morphDom. If we properly use the wire:key, those won't be needed at all.
Hi,
Doesn't seem to work when the group items are a nested component, getting this error in the console
"Uncaught Snapshot missing on Livewire component with id: KLeG0kT7hyyZB9XYWnMp"
Heres a sample layout:
Sample nested component blade
Works fine when items not a nested component, any help or guidance would be much appreciated
Using Livewire 3 and latest release of this package.
thanks
The text was updated successfully, but these errors were encountered: