javascript 我尝试从后端获取数据以响应UI,但遇到错误“TypeError:无法读取未定义(阅读“type”)“[已关闭]”的属性

0h4hbjxa  于 2023-02-21  发布在  Java
关注(0)|答案(1)|浏览(80)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
9小时前关门了。
Improve this question

这是我的React组件enter image description here

在此键入
this is the error I am facing

dced5bon

dced5bon1#

从您的问题中,如果不提供进一步的上下文,很难准确地推断出问题发生的原因。但是,在我看来,您用于从后端检索数据的承诺在您的代码尝试访问变量时没有得到解决(s)。如果您在使用.then()时遇到困难,可以尝试将您正在使用的代码切换为依赖async/await

相关问题