-
Notifications
You must be signed in to change notification settings - Fork 16
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
"You called setState() on an unmounted component." #183
Comments
Whee. I'm honestly not sure how to deal with this. Just putting an isMounted check would still be subject to race conditions, and you can't cancel a promise. I'll do some research today. |
btw this is why an |
this is probably what I'll end up using – bluebird's promise cancellation and some code to cancel promises in I'll take a stab at this after the SIS Oauth stuff |
I'd like to close this – it's not really actionable, as stands, and I think that as we slowly refactor things to take advantage of hooks we will cause this less often. |
I still see this issue, and I think we could solve it. |
But alright. Closing. |
Loading a module of the app and then pressing back before the data loads causes this warning.
The text was updated successfully, but these errors were encountered: