This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 787
"Warning: setState" printed after upgrading #509
Comments
I have the same issue and #506 did indeed fix it. |
It looks like #506 fixes the issue for our application as well as the sample application linked to above. |
I haven't traced through the code completely but it looks like the new |
The fix will be included in the next release 👍 |
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We recently upgraded our project as follows:
After which we started seeing the following warnings in the console:
I was able to produce a semi reliable use case in the sample repository react-apollo-error-template-setState. Please note that this seems to be a race condition so it will require clicking the randomize button at random intervals such as after a few full loads and then when there are users but not friends loaded.
@calebmer This feels like it might be related to the issue mentioned in #506
A sample trace related to the warning is as follows:
The text was updated successfully, but these errors were encountered: