let delAlert = this.delAlert.bind(this); if (payload.time>0) { setTimeout(()=>delAlert({id}), payload.time) }