You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried executing client.watchQuery manually as well to see what next() gets called with and even when chromes network tab clearly shows that the new request had no errors next() gets called with a result that contains the old errors.
To reproduce simply call client.watchQuery then subscribe and log the result from the next() function. This happens when the first request fails do to a graphql error and then the second succeeds.
This still seems to be an issue apollographql/react-apollo#2658 Using
"apollo-client": "^2.6.3",
and"react-apollo": "^2.5.5"
The text was updated successfully, but these errors were encountered: