Use `$wire.entangle()` instead of `$entangle`
- ·
- Telegram
- ·
- Newsletter
TIL:
In Laravel Livewire, it's better sometimes to use wire.entangle(), instead of the entangle directive, avoids weird issues like "invalid or unexpected token."
Thanks, @samuelstancl, for posting that gem. 🔥