Hello! I ran the upgrade tool in my codebase, a Laravel codebase that has both Livewire and Alpine in them. The upgrade tool mistakenly changed `wire:model.blur` to `wire:model.blur-sm`, thereby causing models to stop behaving properly in Livewire.
Hello!
I ran the upgrade tool in my codebase, a Laravel codebase that has both Livewire and Alpine in them.
The upgrade tool mistakenly changed
wire:model.blurtowire:model.blur-sm, thereby causing models to stop behaving properly in Livewire.