-
Notifications
You must be signed in to change notification settings - Fork 54
Error: wire:id #3
Comments
same problem |
I believe it’s from some recent live wire changes. This is why I hate front end dev. Everything you do becomes outdated in a month. I’ll have to read the commits and figure out what’s going on when I have time. If anyone figures out a solution in the meantime feel free to submit a PR. |
Wondering if this is related to the naming of the element. I found in another unrelated livewire application that error went away when I just allowed element to be identified by name="xxxx" and removed id="xxxx" |
I found this on the livewire issue page. Have not tested yet, but I did have laravel 7 and the livewire-vue plugin installed. Did delete the repo where I tested this package. |
Just tried... no issue in Laravel 7 it should be |
just make all content of your component in one div
|
Saved my day.... from documentation: |
Trying to follow the basic example in a fresh Laravel 7 install.
Did
home.blade.php
Error:
The text was updated successfully, but these errors were encountered: