I have this action with following reducer:
export const setNetwork = network => ({ type:actionTypes.SET_NETWORK, network }) case actionTypes.SET_NETW