Skip to content
New issue

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

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

Already on GitHub? # to your account

Measure.measure() calls setState after component has been unmounted #17

Closed
chadwatson opened this issue Oct 20, 2016 · 0 comments
Closed

Comments

@chadwatson
Copy link

Just received this error from React:

Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the Measure component.

It looks like this.setState is being called after Measure unmounts shortly after being mounted.

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

No branches or pull requests

1 participant