Array inside object with store

后端 未结 0 368
离开以前
离开以前 2021-01-23 19:35

I have this Redux store and reducer

const INITIAL_WORK = {
    departments: []
}
const works = (state = INITIal_WORK, action) => {
    switch(action.type){
            


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