Closed hugoeanogueira closed 9 years ago
6to5 fails compiling because of the slash ("/") after a tag. This doesn't happen if we leave a space or a newline between them.
/** @jsx React.DOM */ var Component = React.createClass({ render: function () { return ( <h1>/Authenticate</h1> ); } }); React.render(<Component />, document.body);
Issue originally reported in 6to5/6to5 as issue #398. Not tested with acorn-jsx though.
6to5 fails compiling because of the slash ("/") after a tag. This doesn't happen if we leave a space or a newline between them.
Issue originally reported in 6to5/6to5 as issue #398. Not tested with acorn-jsx though.