react-simpletabs
react-simpletabs copied to clipboard
@jsx React.DOM pragma has been deprecated as of React 0.12
As per: https://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html
I'm receiving this error message when incorporating simpletabls in an atomify project on React 0.13.3
I was able to fix it by deleting the JSX pragma and use strict statement from line 66 of react-simpletabs.js and also the JSX pragma from line 216 of that same file.
There is a pull request for React 0.14 support, is this project dead or is anyone still looking after it (pretty apt given todays Twitter blow up about delayed pull requests and releases).