gpt4 book ai didi

react-native - 'fetch' 未定义。 eslint(no-undef) in react-native

转载 作者:行者123 更新时间:2023-12-04 04:13:05 27 4
gpt4 key购买 nike

我在 react native 中使用 fetch 并有一条消息:'fetch' is not defined.eslint(no-undef)

我的代码:

getData() {
fetch('https://tutorialzine.com/misc/files/example.json', {})
.then(res => res.json())
.then((res) => {
console.log(res);
}).catch((e) => {
console.log(e);
});

}

我该如何解决?和 console.log 不显示数据

最佳答案

在 .eslintrc 文件中为浏览器设置环境:

env:
browser: true

关于react-native - 'fetch' 未定义。 eslint(no-undef) in react-native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55527781/

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