-
Notifications
You must be signed in to change notification settings - Fork 198
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
Apollo composables not working #363
Comments
I have the same issue. Any idea how to fix this? |
I am getting same issue. Is downgrading to alpha 10 the only known fix? EDIT: This is an issue with vue-apollo-composable not the nuxt-apollo module. I am not using nuxt and am receiving the exact same error |
The root of the issue is vuejs/apollo#1081 |
@seanaye |
Got it working with the transpilation workaround: vuejs/apollo#1081 (comment) Check out my commit: ruslansteiger/nuxt-apollo-composables@e09bce7 |
Version
v4.0.1-rc.4
@nuxtjs/composition-api@0.13.5
@vue/apollo-composable@4.0.0-alpha.12
Reproduction link
https://github.com/SuddenlyRust/nuxt-apollo-composables
Steps to reproduce
yarn dev
visit
http://localhost:3000/
What is expected ?
Working application without error messages
What is actually happening?
ReferenceError: define is not defined
is shownAdditional Information
With @vue/apollo-composable@4.0.0-alpha.10 this error message is not shown.
The text was updated successfully, but these errors were encountered: