Context types missing in Nuxt bridge with @nuxt/types-edge
#1583
Unanswered
dargmuesli
asked this question in
Help and Questions
Replies: 1 comment 1 reply
-
I have the same problem and the same fix works for me |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Having for example a
gives an
TS2339: Property '$pinia' does not exist on type 'Context'.
With
@nuxt/types-edge: 2.16.0-27616340.013f051b
pinia: 2.0.20
@pinia/nuxt: 0.3.1
I've added a
to my project as a workaround, but a fix would be nice.
Beta Was this translation helpful? Give feedback.
All reactions