APSL / redux-i18n

A simple and powerful package for translate your react applications using react-redux.
MIT License
233 stars 52 forks source link

No reducer provided for key "i18nState" when added in combine reducer while doing react testing #168

Open josejillApplab opened 1 year ago

josejillApplab commented 1 year ago

console.error
No reducer provided for key "i18nState"

  10 | import bootStrapReducer from "./bootStrapReducer";
  11 |
> 12 | const reducer = combineReducers({
     |                                ^
  13 |   i18nState,
  14 |   commonReducer,
  15 |   listReducer,