gpt4 book ai didi

javascript - 对象中的元素作为 props 在 undefined 中传递

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

我将一个对象作为 props 传递给一个组件。

调试我看到的对象及其属性。但是,当我尝试访问其中一个属性时,我得到了未定义的信息。查看代码示例,然后查看控制台输出。

console.info("OBJ");
console.info(this.props.settings);
console.info("OBJ VALUE: " + this.props.settings.showApptsShows);

enter image description here

最佳答案

你打错了。您正在尝试访问 showApptsShows

属性是showApptsShow。请注意没有尾随 s

关于javascript - 对象中的元素作为 props 在 undefined 中传递,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46270968/

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