-
so I have a codebase with graphql-codegen which wraps the queries in functions...
and i get It's inside a pinia action. It worked with 4.0.0-alpha.16 without the provideApolloClients in pinia, but with .19 it complains the same but with id default. How is this supposed to work now? I've downgraded to alpha.16 for now. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Normally it should work outside of a setup also with the current version. We use the |
Beta Was this translation helpful? Give feedback.
-
Classical pebkac-problem. I didn't check that I upgraded the module also in a different package in my yarn workspace. So the problem was that build included two versions, and they conflicted. It worked with dev server, so I was confused and miffed it didn't work in production. |
Beta Was this translation helpful? Give feedback.
Classical pebkac-problem. I didn't check that I upgraded the module also in a different package in my yarn workspace. So the problem was that build included two versions, and they conflicted. It worked with dev server, so I was confused and miffed it didn't work in production.