rt2zz / redux-persist

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

How to sync across multiple tabs. Redux Persist V6.0.0 #1271

Open gpadbidri opened 3 years ago

gpadbidri commented 3 years ago

I am using redux-persist in my react / redux application to give multi tab support. However, when I try to LOGOUT, the localStorage does not get cleared up. I heard of redux-persist-crosstab but that is not compatible with this version since autoRehydrate () is not part of this version. How can this issue be resolved.

ravimantra commented 3 years ago

Syncing across tabs is an issue. Can someone help on it please?