gpt4 book ai didi

javascript - Lodash 链接 - TypeError

转载 作者:行者123 更新时间:2023-11-30 16:17:47 25 4
gpt4 key购买 nike

我收到以下错误:

Uncaught (in promise) TypeError: (0 , _lodash2.default)(...).keys(...).forEach(...).value is not a function

我指定行的代码如下所示:

_(channels)
.keys()
.forEach((key, index) => {
// do sth.
}).value();

channels 对象来自 firebase,看起来像

{
"flux" : {
"name" : "flux"
},
"react" : {
"name" : "React"
}
}

我的输入有什么问题?

最佳答案

forEach returns a Collection它不包含值方法作为其多值实体。

关于javascript - Lodash 链接 - TypeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35224929/

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