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
This is likely related to brokenness when calling JSON.stringify twice on strings with newlines. the places inside of props where you see \n should likely be \\n.
The text was updated successfully, but these errors were encountered:
When hydrating a component that gets passed props with values that are strings with newlines, i get this error in the browser:
The JSON that was rendered into the page as a comment:
This is likely related to brokenness when calling
JSON.stringify
twice on strings with newlines. the places inside ofprops
where you see\n
should likely be\\n
.The text was updated successfully, but these errors were encountered: