The React framework I'm using uses combineReducer
internally. In the reducer I'm writing, I need to be able to update the state normally handled by a reducer in another key. Does Redux have an escape hatch that allows me to do this from within the reducer?