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
When I use react-dom's renderToString the meta property charset is rendered with camel case like this: <meta charSet="UTF-8"/>
insted of <meta charset="UTF-8"/>
I'm using react and react-dom of version 16.2.0
The text was updated successfully, but these errors were encountered:
When I use react-dom's renderToString the meta property charset is rendered with camel case like this:
<meta charSet="UTF-8"/>
insted of
<meta charset="UTF-8"/>
I'm using react and react-dom of version 16.2.0
The text was updated successfully, but these errors were encountered: