@pinia/nuxt auto-import feature not working with nuxt v4 #3071
Unanswered
IvanKhartov
asked this question in
Help and Questions
Replies: 2 comments 1 reply
-
|
i got same issue. did you figure out how to fix it? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
i meet the same question. |
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.
-
Reproduction
https://github.com/IvanKhartov/pinia-nuxt-bug
Steps to reproduce the bug
nuxt.config.ts-pinia: { storesDirs: ['./app/stores/**'] }app/stores, and any file with a simple storeExpected behavior
Actual behavior
useStore is not definedAdditional information
Note: for
@pinia/nuxtv0.11.2 everything works fineBeta Was this translation helpful? Give feedback.
All reactions