Current implementation fails with error: > SyntaxError: unknown: Line 1: The @jsx React.DOM pragma has been deprecated as of React 0.12 This can be resolved by removing the first line of `qecode.jsx`: ``` /** @jsx React.DOM */ ```
Current implementation fails with error:
This can be resolved by removing the first line of
qecode.jsx: