wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Entangle crashes on array (Livewire bug) #776

Open satoved opened 6 months ago

satoved commented 6 months ago

@entangle currently creates an unexpected behavior (a bug on Livewire side).

They suggest using AlpineJS $wire.$entangle() instead.

See https://github.com/livewire/livewire/pull/6833#issuecomment-1750349102

@entanglable from your package follows the same issue.

Would you consider using AlpineJS's $wire.$entangle() to bind values?