如何防止 TypeError: e.target.getAttribute is not a function?

时间:2021-04-27 03:09:09

标签: javascript reactjs react-native

我想要做的是 inner code (result) 仅在有 Validity 属性时才有效。 但由于我的目标没有 Validity 属性,我想通过使用 if checking 来防止内部代码运行。

如何检查/防止 TypeError: e.target.getAttribute is not a function 的错误?

enter image description here

1 个答案:

答案 0 :(得分:0)

使用 optional chaininghasOwnProperty() 方法