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
I get the following error when I want to open a modal:
alpine.js:1914 Uncaught ReferenceError: LivewireUIModal is not defined
at eval (eval at tryCatch.el.el (alpine.js:144:1), :3:36)
at tryCatch.el.el (alpine.js:144:152)
at tryCatch (alpine.js:131:1)
at saferEval (alpine.js:139:1)
at new Component (alpine.js:1461:1)
at Object.initializeComponent (alpine.js:1911:1)
at alpine.js:1856:1
at alpine.js:1870:1
at NodeList.forEach ()
at Object.discoverComponents (alpine.js:1869:1)
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
-
I get the following error when I want to open a modal:
alpine.js:1914 Uncaught ReferenceError: LivewireUIModal is not defined
at eval (eval at tryCatch.el.el (alpine.js:144:1), :3:36)
at tryCatch.el.el (alpine.js:144:152)
at tryCatch (alpine.js:131:1)
at saferEval (alpine.js:139:1)
at new Component (alpine.js:1461:1)
at Object.initializeComponent (alpine.js:1911:1)
at alpine.js:1856:1
at alpine.js:1870:1
at NodeList.forEach ()
at Object.discoverComponents (alpine.js:1869:1)
Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions