Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up@vue/apollo-composable currently only works with @vue/composition-api <= 0.5.0 #1009
Comments
Exact same problem here, downgraded to |
Confirm. It's an issue. Any updates on merging related PR @Akryum? |
I'm so glad I found this workaround. Lost a whole day on tinkering with my setup thinking it was me. |
Thanks for the workaround, downgrade
edit: The |
This pull request is awesome! |
Exact same problem here, found this workaround. Lost a whole day |
I am closing this issue because I just verified that the latest version of |
Describe the bug
I was trying to follow the setup instruction and I noticed that the last release from @vue/apollo-composable was 3 months ago. When trying to use it it was impossible to use the composition function. it was not returning anything neither any error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The graphql query should be executed.
Versions
vue: 2.6.11
vue-apollo: 3.0.3
apollo-client: 2.6.10
@vue/apollo-composable: 4.0.0-alpha.8
@vue/composition-api: 1.0.0-beta.1 (latest, do not work)
@vue/composition-api: >= 0.6.x (do not work)
@vue/composition-api: <= 0.5.x (works, no bug)
Additional context
No error is triggered, it just does not execute the query.