Open vannel opened 2 years ago
I came across the same problem
I came across the same problem
maybe about this https://github.com/Seb-L/pinia-plugin-persist/pull/39
maybe about this https://github.com/Seb-L/pinia-plugin-persist/pull/38
I came across the same problem too!
It works totally fine when there was only ONE pinia store in my application. After I added another pinia definition and it just went weird. It seems that there could be ONLY ONE store that can be persisted into the storage at a time, while others just freeze in the storage, no matter when any actions or $reset being called. And pinia works fine, though. Just the persistence goes wrong.
Here are the dependencies in my package.json: