You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In option.js there's a use of React.createClass, using your package gives this warning -
Warning: exports: 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.
The text was updated successfully, but these errors were encountered:
It looks like this project is not maintained anymore, so it might be a while before this get's merged. But I am using the build from that PR in my current projects already.
In option.js there's a use of React.createClass, using your package gives this warning -
Warning: exports: 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.
The text was updated successfully, but these errors were encountered: