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
Because the HTML isn't being properly escaped, you'll see errors like this.
VM1057:1 Uncaught SyntaxError: Expected ',' or '}' after property value in JSON at position 264 (line 1 column 265)
at JSON.parse (<anonymous>)
at new Component (livewire.js?id=239a5c52:4435:30)
at initComponent (livewire.js?id=239a5c52:4529:23)
at livewire.js?id=239a5c52:8544:28
at livewire.js?id=239a5c52:1855:60
at livewire.js?id=239a5c52:882:43
at Array.forEach (<anonymous>)
at livewire.js?id=239a5c52:882:28
at walk (livewire.js?id=239a5c52:805:7)
at livewire.js?id=239a5c52:880:9
The text was updated successfully, but these errors were encountered:
Because the HTML isn't being properly escaped, you'll see errors like this.
The text was updated successfully, but these errors were encountered: