Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on create-react-class #5

Closed
viktor-podzigun opened this issue Aug 24, 2021 · 0 comments
Closed

Remove dependency on create-react-class #5

viktor-podzigun opened this issue Aug 24, 2021 · 0 comments

Comments

@viktor-podzigun
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant