-
Notifications
You must be signed in to change notification settings - Fork 326
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
Warning: setState(...): Can only update a mounted or mounting component. #71
Comments
I suppose we need a check in that |
I'm still getting that warning, it looks like we can't call Related issue facebook/react#2787 ; this comment particularly facebook/react#2787 (comment) |
Will take a look. |
I just received same error on route change scenario. |
Released in |
This warning can still output in callback of autocomplete service, now at line 190. |
When the Geosuggest
input
is in focus and the react route changes, the following warning pops in the console:Then it points to this part:
Not sure if I am supposed to
destroy
the component somehow in mycomponentWillUnmount()
?The text was updated successfully, but these errors were encountered: