0
点赞
收藏
分享

微信扫一扫

Can’t call setState (or forceUpdate) on an unmounted component

夏木之下 2022-07-01 阅读 100
componentWillUnmount() {
this.setState = () => {
return
}
}

 


举报

相关推荐

0 条评论