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

redux persist "and" sync #114

Open
UXDart opened this issue Sep 5, 2021 · 1 comment
Open

redux persist "and" sync #114

UXDart opened this issue Sep 5, 2021 · 1 comment

Comments

@UXDart
Copy link

UXDart commented Sep 5, 2021

hello. I can use redux-state-sync but using combineReducers from redux, to use the one from redux-immutable then I can't use persist.
if I set the config with state => state.toJS() I don't have where to set the Immutable.fromJS() if I don't use withReduxStateSync.

how can I use both packages? thanks

@UXDart
Copy link
Author

UXDart commented Sep 5, 2021

the problem I see is that if I log the state of the store, everything starts ok, in both tabs, but then when one tab changes the state the other tab resolvers are not immutable at some point.. any ideas? TIA

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