react-proxy-loader
react-proxy-loader copied to clipboard
createClass deprecation from React 15.5
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
my PR fixed this
Cool. Didn't notice your PR. #28 (for future reference).