Alejandro Mery
Alejandro Mery
any hope on v4 support?
It's a real shame how they abuse a proper open source project. Sure it's MIT and not AGPL, but making the fork closed source and discouraging the open use of...
is this being considered in v3?
> any fixes? Not even acknowledged 😞
I have this problem with a pnpm workspace where `dev:prepare` on the nuxt module plugin explodes because the vue components package (vite based) doesn't have stubbing
I had to downgrade `@pinia/nuxt` all the way down to `0.7.0` for the plugin to work
Unfortunately, introducing a dummy store doesn't make pinia/nuxt initialize things before you use them. And... why did you close the issue?
For future visitors, these are the last compatible versions: ```json { "@pinia/nuxt": "^0.7.0", "@trandaison/nuxt-3-auth": "^0.1.7", "pinia": "^2.3.1", "pinia-plugin-persistedstate": "^4.1.3" } ```
FYI . There is a bug present in [email protected] https://github.com/vuejs/pinia/discussions/2884 which isn't going to be fixed because vue3 users _shall_ move to pinia v3. Any plan to work on this...
> @amery Please update to `v0.2.0` Oh, that was quick :D THANK YOU