redux-injectable-store
redux-injectable-store copied to clipboard
initialState warns a lot
The combineReducers
call has validation that ensures that the initialState passed aligns with the reducer structure. This means that it logs warnings when initialState is used.
@lelandrichardson