tion.type) { case BATCH_ACTIONS: return action.actions.reduce(reducer, state); default: return nextReducer(state, action); } }; } module.exports = batchingReducer; PK