如果 prop 未定义,我想在 componentDidUpdate 中执行一些操作,但是,我不能,因为我刚刚收到错误Cannot read property 'serial' of undefined。有办法解决这个问题吗?
这就是我累的,但它不起作用 - 我收到错误:
componentDidUpdate(prevProps) {
if (typeof this.props.location.state.serial == "undefined"){
const database = db.ref().child("Devices/" + prevProps.location.state.serial);
...
提前致谢!
慕婉清6462132
相关分类