react-proxy-loader icon indicating copy to clipboard operation
react-proxy-loader copied to clipboard

createClass deprecation from React 15.5

Open axelson opened this issue 8 years ago • 2 comments

Just a heads up

ReactProxy: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.

https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.createclass

axelson avatar May 19 '17 23:05 axelson

my PR fixed this

jsg2021 avatar May 20 '17 13:05 jsg2021

Cool. Didn't notice your PR. #28 (for future reference).

axelson avatar May 22 '17 19:05 axelson