rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

Redux persist clear the storage on rehydrate [Firefox] #1250

Open ramyatrouny opened 3 years ago

ramyatrouny commented 3 years ago

Redux-persist keep on clearing the storage on rehydrate in Firefox incognito mode. So far it's working fine and smoothly in chrome incognito mode.

Adding to this I did a crosstab redux-persist listener to sync the storage but the issue is still happening.

etedadi commented 3 years ago

I have this problem too. Strangely when browser console is open everything is ok. but otherwise redux persist clear the storage

ramyatrouny commented 3 years ago

@etedadi well it seems that the localStorage is failing on firefox, very weird behavior