Vue 2.7.16 + pinia 2.0.35 + typescript transpile error wrt vue-demi: no exported member named 'ToRef' #2995
Unanswered
fluffynuts
asked this question in
Help and Questions
Replies: 0 comments
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.
-
I'm in the process of upgrading a vue2 project to all the latest stuff, and have identified the replacement of vuex with pinia as an atomic step I could do in preparation, whilst maintaining all the other parts of the system.
As per the title, I have installed:
running
tsc --noEmit
via nodemon as I work through the store, I see the error:Is there a "magic" / "correct" combination of packages that will result in an acceptable vue-demi import? Is there some other way to work around this? Any assistance appreciated: my google-fu has let me down.
Beta Was this translation helpful? Give feedback.
All reactions