leozdgao / react-async-script-loader

A decorator for script lazy loading on react component
MIT License
258 stars 55 forks source link

React.createClass is deprecated #19

Open samsonitebluecom opened 6 years ago

samsonitebluecom commented 6 years ago

I'm getting this error after integrating this module:

warning.js:36 Warning: react: 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.

Any idea to solve it?