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
Fixes JavaScript syntax error on all pages caused by the inline theme
script being HTML-escaped (`'` → `'`). Use dangerouslySetInnerHTML
to prevent escaping.
0 commit comments