undefined is not an object (evaluating 'pinia._s.has'),TypeError, useStore #2545
Replies: 2 comments
-
having same issue time to time, any solution or knows why pinia would have been not initialised'? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I came across the same problem. works when |
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.
-
Reproduction
production
Steps to reproduce the bug
Vue 3.3.6
Pinia 2.1.7
main.ts file
detail.vue
detailPageStore.ts
currently getting undefined is not an object (evaluating 'pinia._s.has'),TypeError, useStore only on IOS and MAC devices
Expected behavior
should not throw error
Actual behavior
currently throwing error undefined is not an object (evaluating 'pinia._s.has'),TypeError, useStore
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions