Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta's charset is rendered as camel case #12131

Closed
dpostolachi opened this issue Feb 1, 2018 · 1 comment
Closed

Meta's charset is rendered as camel case #12131

dpostolachi opened this issue Feb 1, 2018 · 1 comment

Comments

@dpostolachi
Copy link

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

@aweary
Copy link
Contributor

aweary commented Feb 1, 2018

Hey @Voodoo-Child. This is currently expected behavior. See #10863 and #11492 (comment) for some context on this decision.

I hope that helps, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@aweary @dpostolachi and others