-
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
Error occurs but result.error undefined #3136
Comments
I have the same problem on: This renders Apollo completely useless. |
seems similar with: |
Since this is already being tracked in the React Apollo repo (see #3136 (comment)), I'll close it here. Thanks! |
I managed to fix this by setting |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Intended outcome:
Expected
result.error
to have an error or Network status = 8Actual outcome:
An error occurs but does not trigger queries error handling, ie the result.error is undefined and network status - 7
The
apollo-link-error
seems to pick it up just not the actual queryHow to reproduce the issue:
Add a none existent field to the query
Version
I am using the new
<Query />
componentSeems to be similar to (?regression):
apollographql/react-apollo#1320
The text was updated successfully, but these errors were encountered: