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

Replace componentWillMount in popover #91

Closed
katydecorah opened this issue Nov 22, 2019 · 0 comments · Fixed by #149
Closed

Replace componentWillMount in popover #91

katydecorah opened this issue Nov 22, 2019 · 0 comments · Fixed by #149

Comments

@katydecorah
Copy link
Contributor

componentWillMount() {

Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

  • Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
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

Successfully merging a pull request may close this issue.

1 participant