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.
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.