Reactjs redux reducer is not working properly

后端 未结 0 824
暗喜
暗喜 2020-11-21 06:54

I have this action with following reducer:

 export const setNetwork = network => ({
  type:actionTypes.SET_NETWORK,
  network
})

case actionTypes.SET_NETW         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题