-
Notifications
You must be signed in to change notification settings - Fork 865
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
[3.6.0-alpha1] autoRehydrate not working with immutable #165
Comments
Afaik redux-persist-immutable-state is not yet compatible with redux-persist. You can use redux-persist2 in the meantime or wait until we launch support, hopefully next week |
But it was merged.... #158 With that merged, what is the diff from redux-persist-2? |
Ok tentative immutable support now available at https://github.com/rt2zz/redux-persist-immutable note I have not actually run this in an app, but the tests pass ;) |
to answer your question, it was merged with amendments. The main difference is that redux-persist-immutable wraps redux-persist rather than requiring you set the config options explicitly. |
closing as alpha version of redux-persist-immutable is now released 🎉 |
Still not working for me... |
The problem is the reducer from createRehydrationReducer is only run once from the @@init action.
stateReconciler only matters INSIDE that reducer, but it doesn't even get the chance to run.
Maybe this is because I'm not using Action Buffers?
As mentioned: #113 (comment)
The text was updated successfully, but these errors were encountered: