Hey there, I've really been enjoying this plugin.
React.js version 0.12.0 and greater no longer requires the /** @jsx React.DOM */ pragma at the top of the file, but it breaks jshint.vim. I get Unrecoverable syntax error (x% scanned) on the first example of JSX syntax.
Hey there, I've really been enjoying this plugin.
React.js version 0.12.0 and greater no longer requires the
/** @jsx React.DOM */pragma at the top of the file, but it breaks jshint.vim. I getUnrecoverable syntax error (x% scanned)on the first example of JSX syntax.