Closed pekq closed 6 years ago
That would be tricky to track down without some kind of view on what the persisted state was. Judging by your issue, I assume you can't reliably reproduce this?
I managed to reproduce this consistently by removing one of the slice reducers. Eg.
export const reducers = persistCombineReducers(ReduxPersist.config, {
router: routerReducer,
- login: require('../Shared/Redux/LoginRedux').reducer
})
Hi @pekq @hilkeheremans, i think that this error occurs because the reconciler tries to use merge at something that is not an object. We had the same problem at work.
Merged -- thanks for your contribution!
I have some docs to update, that will follow in the next few days.
At times the reconciler fails to merge and throws this error.
I was unable to pin point when exactly this happens or why. Presumably after larger state structure change.