Seb-L / pinia-plugin-persist

Persist pinia state data in sessionStorage or other storages.
https://Seb-L.github.io/pinia-plugin-persist/
MIT License
214 stars 37 forks source link

sessionStorage is not defined #45

Open saeedAlobidi opened 2 years ago

saeedAlobidi commented 2 years ago

when i try used nuxtjs3 vue3 typescript this error display "sessionStorage is not defined"

Lyokolux commented 2 years ago

Using SSR, I get this error [nuxt] [request error] localStorage is not defined

RamiAwar commented 1 year ago

Same here