-
Notifications
You must be signed in to change notification settings - Fork 30
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
Type 'QueueLink' is not assignable to type 'ApolloLink | RequestHandler' #50
Comments
My mistake! |
@sajadghawami What was your mistake? I seem to have the same issue. |
honestly, i am not 100% sure, but i think it was a version mismatch... |
I think it has to do with the recent apollo update, I had mine set to use 3.4.16 and then allowed it to upgrade and it now doesn't have that issue. However, the apollo 3.5.x I ham running into some weird issues where it either queries twice or renders twice when a screen loads. |
I wonder if this has anything to do with it apollographql/apollo-client#9143 |
hmm not sure! are you using |
Hey there,
This is the code.
i am having the following error:
The packages:
When i do a
pm list | grep apollo-link
i ll get the following:Any clue?
Thank you :)
The text was updated successfully, but these errors were encountered: