undefined is not an object (evaluating 'pinia._s.has'),TypeError, useStore #2545
Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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