我脑洞大开的加了(),似乎就解决失效的问题,但是会报错 setTimeout(...) is not a function
componentDidMount(){
const props = this.props;
this.timer = setTimeout(()=>{
this.props.onRemove(props.item.id)
}, 3000)();
}
慕少森
子衿沉夜
相关分类