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
Since it's implemented via JSON.stringify, JavaScript escape sequences are generated. As an example, show "\0" generates "\u0000", which is not a valid PureScript string.