Solutionunvalidated

Wrap the reducer map with `combineReducers` (or otherwise provide a valid root reducer function) and export that combined reducer as `rootReducer` before passing it to `configureStore`.

643517e3-d8b5-4132-8c39-2976756c2d7f

Wrap the reducer map with combineReducers (or otherwise provide a valid root reducer function) and export that combined reducer as rootReducer before passing it to configureStore.