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 all usages of componentWillMount #726

Open
shaynak opened this issue Jan 18, 2021 · 0 comments · May be fixed by #780
Open

Remove all usages of componentWillMount #726

shaynak opened this issue Jan 18, 2021 · 0 comments · May be fixed by #780

Comments

@shaynak
Copy link
Member

shaynak commented Jan 18, 2021

As of React 17, componentWillMount is now considered unsafe. We should move all use cases to constructor or componentDidMount instead.

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

Successfully merging a pull request may close this issue.

1 participant