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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: