PraZ
PraZ
I dont even have highlighting turned on. Are language highlighting plugins always imported ? even with highlighting turned off ? that would explain 🤔 If i could have the diff...
I do appreciate the idea, but I think logging errors like this needs to happen only when specified to do so. Logging in production should be avoided as much as...
If you can add this to the PR, it'd be nice, if not i can do it when i have some time :)
Ok i got time to try it and it is indeed weird, does it cause any problem besides the warning ?
Hi, this is a fairly easy enhancement that can be considered! I'll try to do it asap :)
Hi, the reason circular references arent managed is mostly due to serialization being handled by JSON.stringify/JSON.parse and it doesnt work with circular references. There is probably a workaround using either...
Hi, what versions are you running ? I tried with the examples given in the repo (using vite + vue3) and with your exact store it works fine and properly...
Okay, i investigated a bit, and there seems to be some off behaviour with the `$reset` method. The way mutations are committed is not the same on the very first...
or this one https://github.com/vuejs/pinia/issues/992
Sorry this issue completely went under the radar, i'll look into it as soon as V2 is live 🙏