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
v4.0.5 doesn't work well with redux-persist until I downgraded to v4.0.4
What is the current behavior?
With v4.0.5, redux states are not being persisted/preloaded with redux-persist
Steps to Reproduce
Install
1. redux v4.0.5
2. redux-persist v5+
3. configure the store as normal, including persistReducer and persistStore
4. save app state to store
5. reload the app: nothing gets persisted
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux? Yes, it works on the previous version v4.0.4
The text was updated successfully, but these errors were encountered:
nwaughachukwuma
changed the title
v4.0.5 affect preloading state with redux-persist
v4.0.5 affects preloading state with redux-persist
Jan 21, 2020
nwaughachukwuma
changed the title
v4.0.5 affects preloading state with redux-persist
v4.0.5 affects presisting/preloading store state with redux-persist
Jan 21, 2020
nwaughachukwuma
changed the title
v4.0.5 affects presisting/preloading store state with redux-persist
v4.0.5 affects persisting/preloading store state with redux-persist
Jan 21, 2020
Do you want to request a feature or report a bug?
Bug
Prior Issues
Likely
#3485Bug Reports
v4.0.5 doesn't work well with redux-persist until I downgraded to v4.0.4
What is the current behavior?
With v4.0.5, redux states are not being persisted/preloaded with redux-persist
Steps to Reproduce
What is the expected behavior?
Should persist store state with redux-persist
Environment Details
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
Yes, it works on the previous version v4.0.4
The text was updated successfully, but these errors were encountered: