Replies: 2 comments
-
I have the same Problem. One suggestion to solve this, I found several times, is to put the livewireScripts before Alpine. But this has no effect. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue. Don't know where to start. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a fresh installation with Laravel 10.10, Breeze 1.25, Livewire 3.1 and wire-elements/modal 2.0.8.
After I have added @livewire('wire-elements-modal') to my app.blade.php I get a console error saying:
"Uncaught TypeError: this.$wire is undefined" related to "getActiveComponentModalAttribute".
The model works but I cannot get ride of the error.
Beta Was this translation helpful? Give feedback.
All reactions