RootCauseunvalidated
The `persistReducer` function takes two arguments, a persist configuration object and a reducer to persist. — The reducer you would like to persist needs to be created and passed to the store when it is created. Tension: You can't persist specific reducers after the fact. Outcome: const persistedUserReducer = persistReducer(persistConfig, userReducer);.
f41d5ddc-662e-4f0c-ae93-83456497960a
The persistReducer function takes two arguments, a persist configuration object and a reducer to persist. — The reducer you would like to persist needs to be created and passed to the store when it is created. Tension: You can't persist specific reducers after the fact. Outcome: const persistedUserReducer = persistReducer(persistConfig, userReducer);.