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 786
[2.0] error in data prop from HOC is undefined when query has an error #1206
Comments
bogdansoare
changed the title
error in data prop from HOC is undefined when query has an error
[2.0] error in data prop from HOC is undefined when query has an error
Oct 5, 2017
I've recreated the issue on codesandox https://codesandbox.io/s/lrwvwr41pl |
This issue has been automatically labled because it has not had recent activity. If you have not received a response from anyone, please mention the repository maintainer (most likely @jbaxleyiii). It will be closed if no further activity occurs. Thank you for your contributions to React Apollo! |
@jbaxleyiii could you please take a look at the issue. Thanks |
@bogdansoare thanks so much! sorry I missed this early on! It will be fixed via apollographql/apollo-client#2491 |
@jbaxleyiii no worries, thank you for the all the effort ❤️ |
@bogdansoare Fixed with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to access the error property of the data object from HOC returns undefined even when a query has an error.
Version
The text was updated successfully, but these errors were encountered: