Upgrade to seperate create-react-class
library.
`React.createClass` was split off/depreciated as of 15.5.0: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.createclass
This commit is contained in:
@ -99,6 +99,7 @@
|
||||
"autoprefixer": "^6.3.3",
|
||||
"babel-plugin-transform-builtin-extend": "^1.1.0",
|
||||
"classnames": "^2.2.5",
|
||||
"create-react-class": "^15.6.0",
|
||||
"dateformat": "^1.0.12",
|
||||
"deep-equal": "^1.0.1",
|
||||
"fuzzy": "^0.1.1",
|
||||
|
Reference in New Issue
Block a user