gpt4 book ai didi

json - react + 获取 + Json。类型错误 : Cannot read property of undefined

转载 作者:行者123 更新时间:2023-12-03 13:58:14 25 4
gpt4 key购买 nike

当我使用SuperAgent时我没有遇到这个问题,但我决定使用Window.fetch polifyl我遇到了这个问题。我看到所有数据已加载,但仍然显示错误。您能帮我识别这个错误吗: Screen Shot

在 render() 中,我根据获得的列表生成组件列表:

    render() {

if (this.state.data.list) {
console.log("render: " + this.state.data.list);
var counter = 0;
const list = this.state.data.list.map((item) => {
....

最佳答案

屏幕截图中的 promise 处理程序将不起作用:

.then((json) => console.log('parsed json: ', json))
.then((json) => { this.setState({ data: json }); })

“从解析此 promise 中获取值并将其传递给 console.log。然后,获取 console.log 的返回值(未定义)并将其传递给this.setState。”

关于json - react + 获取 + Json。类型错误 : Cannot read property of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42033051/

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