e.provide is not a function #5618
Unanswered
NoxideLive
asked this question in
Q&A
Replies: 1 comment
-
@NoxideLive I had the same issue you have to remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently in the process of upgrading from Vue 2.6 to Vue 3. In the interim we have upgraded to Vue 2.7 and I have started using Vue Query in the composition API. When running on local dev everything works fine, but when I run a build on our pipeline then the production build cannot run Vue startup. When building locally it does work however.
The following error is displayed in console and I have attached the network tab when the error is displayed.
I cannot figure out what I am doing wrong. The code line erroring is
app.provide(clientKey, client);
Here is the necesarry gitlab-ci.yml
package.json
Beta Was this translation helpful? Give feedback.
All reactions