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
HTML entities within JSX-style-nodes e.g. <div> </div> are currently not converted into their UTF-8 representation (e.g. how babel does it). Are you planning to implement this?
The text was updated successfully, but these errors were encountered:
majodev
changed the title
JSX: Support HTML entities into UTF-8
JSX: Convert HTML entities into UTF-8
Aug 3, 2015
HTML entities within JSX-style-nodes e.g.
<div> </div>
are currently not converted into their UTF-8 representation (e.g. how babel does it). Are you planning to implement this?The text was updated successfully, but these errors were encountered: