wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.12k stars 133 forks source link

Uncaught TypeError: this.$wire is undefined - getActiveComponentModalAttribute #394

Closed hundra closed 10 months ago

hundra commented 10 months ago

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.