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
create-react-class module is a legacy replacement of ES6 classes and is not supported/updated anymore. For example, there is no support for the new componentDidCatch life-cycle method.
Thus, we have to migrate our code to use ES6 classes (extend React.Component) instead.
The text was updated successfully, but these errors were encountered:
create-react-class
module is a legacy replacement of ES6 classes and is not supported/updated anymore. For example, there is no support for the newcomponentDidCatch
life-cycle method.Thus, we have to migrate our code to use ES6 classes (extend
React.Component
) instead.The text was updated successfully, but these errors were encountered: