I've seen some folks misspell initialState, and thus end up with no initial state.
This leads to combineReducers doing the "Reducer x returned undefined blah blah" error, but it's not as helpful as it could be.
We should throw a dev-mode error inside of createSlice itself if the initial state is undefined.