请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

使用immutable如何往数组里push

代码如下:
const defaultState=fromJS({
username:’’,
password:’’,
userInfoList:[],
})
现在想往userInfoList中push元素:
case ‘ADD_USER_INFO_LIST’:
const userItem={
username:action.username,
password:action.password
}
return
请问在immutableJS里return后面应该怎么写?才能往userInfoList中push 这个userItem对象呢??

正在回答 回答被采纳积分+3

1回答

Dell 2019-10-31 23:38:01

state.get('userInfoList').push(fromJS({对象内容}))

0 回复 有任何疑惑可以回复我~
  • 老师,这样浏览器会报 “index.js:20 Uncaught TypeError: Invalid attempt to spread non-iterable instance” 的错误。
    回复 有任何疑惑可以回复我~ 2019-12-29 18:04:19
  • Dell 回复 Nnn_Lillian #2
    你代码贴上来我看一下
    回复 有任何疑惑可以回复我~ 2020-01-05 23:17:34
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信