PraZ

Results 86 comments of PraZ

Is this issue still a thing with the latest version of pinia and the plugin ?

ooooh unstorage seems like a very very interesting option to consider, not only for this issue

v3 is now release with available nuxt module as well! docs are also deployed 🚀 you can use localstorage in some stores and cookies in others :) closing this for...

Can you provide a repo or a stackblitz to reproduce the error ? So I am as close as possible to the issue

> Hello @prazdevs Please check #99 > > Though i still have a minor issue. Do you have discord? I'm kinda busy with tons of stuff atm but i do...

There is one problem tho, is that i do want to enforce the "0 external dependency" policy on the plugin/repo. Leaving the choice of external libs to the user. However...

If the issue is from the nuxt-cookie, maybe we should see if there's an issue in their repo and look for a fix over there ? or at least be...

v3 is now release with available nuxt module as well! docs are also deployed 🚀 closing this for now, if still having issues, feel free to reopen

Can you provide a proper repo to reproduce ?

Also, have you tried using pinia's very simple recommendation on subscribing to state where you can watch the state? https://pinia.vuejs.org/core-concepts/state.html#subscribing-to-the-state ```ts watch( pinia.state, (state) => { // persist the whole...