Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.5 affects persisting/preloading store state with redux-persist #3683

Closed
nwaughachukwuma opened this issue Jan 21, 2020 · 0 comments
Closed

Comments

@nwaughachukwuma
Copy link

Do you want to request a feature or report a bug?

Bug

Prior Issues

Likely #3485

Bug 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

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

What is the expected behavior?

Should persist store state with redux-persist

Environment Details

1. redux v4.0.5
2. redux-persist v5+
3. react-native v0.61.5
4. MacOS Mojave 10.14.6

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

@nwaughachukwuma 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 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant