_UnwrapAll
not working when pinia stores is from npm package
#2595
Unanswered
szulcus
asked this question in
Help and Questions
Replies: 1 comment
-
You need to ensure they all import from the same Vue package. Make sure pinia and vue are externalized |
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
I can't reproduce it from playground
Steps to reproduce the bug
For context, I use Nuxt Layers and
@pinia/nuxt
module.nuxt.config.ts
:{ value: ...; [RefSymbol]: true; }
)Expected behavior
Actual behavior
Additional information
In local stores all works fine. For woraround I have this in
index.d.ts
:Beta Was this translation helpful? Give feedback.
All reactions