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
I am using react 15.4.1 and this function (connectToStores) uses React.createClass which is deprecated.
In fact in the console I get this warning:
Warning: StatefulWhateverComponent: 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:
I am using react 15.4.1 and this function (connectToStores) uses React.createClass which is deprecated.
In fact in the console I get this warning:
The text was updated successfully, but these errors were encountered: