-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Partial data return prematurely fails (watchQuery) #193
Labels
Comments
This was referenced May 10, 2016
This is a pretty bad bug! Thanks for the report, we should get it fixed ASAP. |
Oops, looks like we have exactly 0 unit tests for |
stubailo
pushed a commit
that referenced
this issue
May 11, 2016
- Improve error message when a dev forgets `gql` to link to docs. [PR #181](#181) - Memoize results from `gql`, so that we save time on parsing, and we can use `===` to compare queries for performance. [Issue #199](#199) [PR #200](#200) - Fix error when using `returnPartialData`. [Issue #193](#193) [PR #201](#201)
This should be fixed in Apollo Client 0.3.5. Please let me know if it isn't! |
@stubailo Thanks Sashko. Yeah, me too looked at unit tests and immediately realised that something is wrong with implementation. Great work 👍 |
jbaxleyiii
pushed a commit
that referenced
this issue
Oct 17, 2017
This was referenced Apr 21, 2022
This was referenced May 14, 2022
This was referenced May 21, 2022
This was referenced May 30, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey folks,
Getting following error, when using
returnPartialData
withwatchQuery
(looks like it's trying to get the data from Store, before it's available)The text was updated successfully, but these errors were encountered: