By Paul O’Shannessy·
We have a ton of great stuff coming in v0.4, but in the meantime we’re releasing v0.3.3. This release addresses some small issues people were having and simplifies our tools to make them easier to use.
require
statements are no longer relativized when passing through the transformer. This was a feature needed when building React, but doesn’t translate well for other consumers of bin/jsx
.React.renderComponent(<div/>, domNode); React.renderComponent(<span/>, domNode);
will work now.