olabala
Results
2
comments of
olabala
any update? I also encountered the same problem. After dynamically registering the module, I can no longer write to the local cache.
found a solution ``` import { persistCombineReducers } from 'redux-persist' export const advancedCombineReducers = (reducers) => persistCombineReducers(PersistConfig, reducers) ``` and register a redux-saga watcher: call persist when 'moduleAdd' and 'moduleRemove'...