We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apollo Client's UseQuery seems to be bugged and returning partial data in it's onResult.
UseQuery
onResult
Everywhere it's used I've added a workaround to filter out those responses.
todo: keep an eye on this behaviour, remove the workaround when the bug is resolved.
found (possibly) related issues:
ApolloQueryResult
@apollo/client@^3.6.9
nextFetchPolicy: 'cache-only'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apollo Client's
UseQuery
seems to be bugged and returning partial data in it'sonResult
.Everywhere it's used I've added a workaround to filter out those responses.
todo: keep an eye on this behaviour, remove the workaround when the bug is resolved.
found (possibly) related issues:
ApolloQueryResult
returning partial data in@apollo/client@^3.6.9
withnextFetchPolicy: 'cache-only'
apollographql/apollo-client#9923The text was updated successfully, but these errors were encountered: