You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tobiasdiez Thank you for the quick response.
I am having a webpack error related to this plugin and cannot fully test if it is working on my end yet.
here is the screenshot of the error i am having.
Please let me know if you already encountered this issue.
I will be searching for a solution as well :D
Here is the apollo-composable.ts file
However, I can confirm that the solution you provide isn't working without the bridge.
I am getting this error without the bridge using your setup for the plugin
Environment
Nuxt CLI v3.0.0-27234347.3759926
Darwin
v16.8.0
2.16.0-27226092.034b9901
Yarn
Webpack
srcDir
,ssr
,dev
,image
,generate
,head
,publicRuntimeConfig
,privateRuntimeConfig
,css
,loading
,loadingIndicator
,plugins
,components
,buildModules
,buildOptimisations
,modules
,apollo
,proxy
,axios
,vuetify
,build
@nuxt/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,[email protected]
[email protected]
,@nuxt/[email protected]
,@nuxtjs/composition-api/[email protected]
,@nuxtjs/[email protected]
,[email protected]
,@nuxtjs/[email protected]
,[email protected]
Describe the bug
I need to use onGlobalSetup to use vue apollo graphql composables
like this
But it seems like onGlobalSetup is missing.
Thank you
Reproduction
import { provide, onGlobalSetup, defineNuxtPlugin } from '@nuxtjs/composition-api'
what is the counterpart of this on nuxt bridge?
Thanks
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: