-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
useQuery blocks page load on 4.0.0 #1531
Comments
A little update on my investigation: this appears to be a conflict in requiring Even more interestingly, if I use |
Related: nuxt-modules/apollo#444 |
In my case it wasn't working a mutation |
@zorelias this seems to be an issue with dependency manager's module resolution rather than the library itself. |
Describe the bug
After upgrading from
4.0.0-beta.12
to4.0.0
, page loads stop working when usinguseQuery
To Reproduce
I have a Nuxt
^3.9.3
project using Vue3.4.15
and Apollo Composable4.0.0
. When using the4.0.0-beta.12
branch, my index page loads as expected. When upgraded to4.0.0
, the index page spins forever and never loads anything. I have confirmed that removing the call touseQuery
allows the page to load, and downgrading back to the beta also works.package.json
Snippet of
src/pages/index.vue
The text was updated successfully, but these errors were encountered: