You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that on every action, the new state returned by a persisted reducer changes. Even if state has not changed and the object returned by the base reducer is the same. This is quiet unexpected. Is it intended?
First, thank you for the library!
I noticed that on every action, the new state returned by a persisted reducer changes. Even if state has not changed and the object returned by the base reducer is the same. This is quiet unexpected. Is it intended?
redux-persist/src/persistReducer.js
Line 145 in 8c01ac8
The text was updated successfully, but these errors were encountered: