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
On http://magic.reactjs.net/htmltojsx.htm, I was able to almost perfectly convent a huge chunk of text, but I thought I should let someone know that the onclick attribute is not converting to onClick. Perhaps onclick="alert('hi'); return false;" could be converted to onClick={() => { alert('hi'); return false; }}, just as a suggestion. Thanks for this tool!
The text was updated successfully, but these errors were encountered:
On http://magic.reactjs.net/htmltojsx.htm, I was able to almost perfectly convent a huge chunk of text, but I thought I should let someone know that the
onclick
attribute is not converting toonClick
. Perhapsonclick="alert('hi'); return false;"
could be converted toonClick={() => { alert('hi'); return false; }}
, just as a suggestion. Thanks for this tool!The text was updated successfully, but these errors were encountered: