You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I hope that someone can help or give me any direction regarding this, I have installed fresh copy of the latest version of Laravel Breeze with Livewire (version 10.29.0), however, whenever I check one of the checkboxes I get this error in the console, in Firefox console "Uncaught TypeError: window.Alpine.store(...) is undefined" and in Chrome Uncaught TypeError: Cannot read properties of undefined (reading 'add')>
Laravel Breeze with Livewire comes bundled by default with Apline.js so I am not sure why this is happening, however, Alpine works if I try to put any Alpine code in that blade file.
I am attaching the screenshots as reference:
and
Am I missing something prior to installation, I have carefully read the docs. I was trying to create bulk action from here:
P.S- I found something similar here #1116 but I do not believe that's the case, that already is fixed but store global from Alpine is present.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I hope that someone can help or give me any direction regarding this, I have installed fresh copy of the latest version of Laravel Breeze with Livewire (version 10.29.0), however, whenever I check one of the checkboxes I get this error in the console, in Firefox console "Uncaught TypeError: window.Alpine.store(...) is undefined" and in Chrome Uncaught TypeError: Cannot read properties of undefined (reading 'add')>
Laravel Breeze with Livewire comes bundled by default with Apline.js so I am not sure why this is happening, however, Alpine works if I try to put any Alpine code in that blade file.
I am attaching the screenshots as reference:


and
Am I missing something prior to installation, I have carefully read the docs. I was trying to create bulk action from here:
P.S- I found something similar here #1116 but I do not believe that's the case, that already is fixed but store global from Alpine is present.
Any type of help is appreciated, thank you.
Beta Was this translation helpful? Give feedback.
All reactions