-
Notifications
You must be signed in to change notification settings - Fork 200
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
Latest Nuxt Composition API is not working #383
Comments
ruslansteiger
changed the title
Nuxt Apollo not working with latest Nuxt Composition API
Latest Nuxt Composition API is not working
Feb 13, 2021
Had this same issue |
I ran into this issue as well, but after upgrading to |
This was referenced Mar 11, 2021
Thank you @mvanalphen. The transpilation workaround is working 🚀 Check out following commit for a working version: ruslansteiger/nuxt-apollo-composition-api@10a577e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v4.0.1-rc.5
@nuxtjs/[email protected]
@vue/[email protected]
Reproduction link
https://github.com/SuddenlyRust/nuxt-apollo-composition-api
Steps to reproduce
yarn install
yarn dev
Visit
http://localhost:3000/
What is expected ?
Working application without error message.
What is actually happening?
Following error shown:
Cannot read property '_apolloAppTracking' of undefined
Additional comments?
Downgrading to
@nuxtjs/[email protected]
does fix it!The text was updated successfully, but these errors were encountered: