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

HTML to JSX converter doesn't correctly parse className parameter in tag #7

Closed
Daniel15 opened this issue Sep 21, 2014 · 1 comment
Closed

Comments

@Daniel15
Copy link
Member

Originally reported by @merges at facebook/react#1529


  1. Visit http://facebook.github.io/react/html-jsx.html
  2. Paste <div className="blah"></div> into Live JSX Editor
  3. Observe conversion

EXPECTED RESULT
className is still className in the conversion

ACTUAL RESULT
className is converted to classname; this is invalid JSX

@jhiswin
Copy link

jhiswin commented May 10, 2015

Is actually a dupe of #8 , which is now fixed.

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

2 participants