Open DrewTJohnson opened 5 months ago
We had the exact same issue. We found a workaround which is to install @vue/apollo-composable manually.
Exact same issue, but I've had no luck manually installing @vue/apollo-composable, as there are some conflicts. useAsyncQuery
works for now but I hope this will get fixed soon
Environment
Describe the bug
When trying to use the composable
useQuery()
I get the following error:Expected behaviour
Should be able to use the composable and get results back. Instead get the error in the screenshot.
Reproduction
No response
Additional context
No response
Logs
No response