componentDidCatchError多平台失效 #10495
Labels
enhancement
New feature or request
T-h5
Target - 编译到 H5
T-rn
Target - 编译到 React Native
V-3
Version - 3.x
相关平台
React Native
H5
使用框架: React
复现步骤
在app.ts文件中修改如下
componentDidCatchError(err) {
console.error(error)
}
render() {
aa();//这里手动出错
return this.props.children
}
期望结果
componentDidCatchError 可以捕捉到错误
实际结果
没有触发componentDidCatchError
环境信息
The text was updated successfully, but these errors were encountered: