ReferenceError: getCurrentInstance is not defined at useQueryImpl (useQuery.ts:140) at useQuery (useQuery.ts:127) I'm currently using vite, but I might switch back to webpack if this solves the issue. Anyone else experiencing the same issue? My dependencies: @apollo/client: 3.3.16 @vue...
Object() is not a function#136 createElementVNode is not a function with @vue/cli#117 Object(...) is not a function#129 Problem I'm currently building a private reusable package for a real-world application. This application runs onnuxt2(currentlynuxt-bridge), and we're planning to migra...