react-simpletabs icon indicating copy to clipboard operation
react-simpletabs copied to clipboard

@jsx React.DOM pragma has been deprecated as of React 0.12

Open Jon-Biz opened this issue 9 years ago • 2 comments

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

Jon-Biz avatar May 26 '15 23:05 Jon-Biz

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.

Twitchkidd avatar Mar 31 '16 02:03 Twitchkidd

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).

PeteDuncanson avatar Apr 12 '16 16:04 PeteDuncanson