robinvdvleuten / vuex-persistedstate

💾 Persist and rehydrate your Vuex state between page reloads.
https://npm.im/vuex-persistedstate
MIT License
5.76k stars 375 forks source link

Clearing localstorage in developer tools not working #440

Open el-jacko opened 2 years ago

el-jacko commented 2 years ago

What you did:

I updated this plugin and i cleared the local storage in the developer tools.

What happened:

After page refresh, vuex data is fully restored. This wasn't like this a time ago. I always could delete the local storage in the developer tools without having vuex restoring the data.

Can anybody explain what did change?

rin4ik commented 2 years ago

Experiencing the same problem

mazorAnn commented 2 years ago

same

someone knows how to fix it?