Redux Tools update proxy in Reducer?

前端 未结 0 1528
-上瘾入骨i
-上瘾入骨i 2020-12-29 06:46
.addCase(actions.rmTxsPending, (state, action) => {
      const newState = state.filter((pendingTx) => {
        return pendingTx.hash === action.hash;
      }         


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