gpt4 book ai didi

react-redux - 正在尝试创建新状态,但属性解析为 2

转载 作者:行者123 更新时间:2023-11-30 23:52:19 26 4
gpt4 key购买 nike

我是 React 和 redux 的新手,我正在尝试创建新状态,但似乎我没有正确更新状态。

这是我案例中的代码:

  case SUBMIT_NOTE:
console.log(payload.note);
return{ ...state, notes: state.notes.push(payload.note)};

payload.note 解析为我想插入数组的对象,但在 redux-logger 中它显示为 state.notes = 2

不知道这是怎么发生的。我是传播运算符和纯函数的新手。

最佳答案

我将假设 .push() 以某种方式发生变异,或者只是返回数组中索引的数量,并且不能用于状态操作。 .concat(note) 有效。

关于react-redux - 正在尝试创建新状态,但属性解析为 2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49349939/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com