NgRx State updates directly without any copy

前端 未结 0 926
刺人心
刺人心 2021-01-02 03:26

I am updating a field which is stored in the reducer using the below method

state.columns.forEach((column) => {
        action.payload.forEach((data) =>         


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