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
TS2339: Property 'loading' does not exist on type 'DataValue<Response, Variables> | undefined'. #2705
Comments
Thullner
changed the title
Error
TS2339: Property 'loading' does not exist on type 'DataValue<Response, Variables> | undefined'.
Jan 1, 2019
I think your destructuring at the bottom should be: |
I have the same problem. The destructuring in the docs and the one sugested by @JoviDeCroock does not work. |
Any updates/solutions about this error? |
FYI - PRs for docs should be in the apollo-client repo - src https://github.com/apollographql/apollo-client/tree/master/docs |
danilobuerger
added a commit
to apollographql/apollo-client
that referenced
this issue
Jan 20, 2019
See apollographql/apollo-client#4340 for fix. |
hwillson
pushed a commit
to apollographql/apollo-client
that referenced
this issue
Jan 22, 2019
* docs: Type the graphql hoc in recipes Fixes apollographql/react-apollo#2705 * Changelog updates
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I keep getting the following errors:
I copied the code from the tutorial (https://www.apollographql.com/docs/react/recipes/static-typing.html):
Version
The text was updated successfully, but these errors were encountered: