Fix setState on unmounted Upload, close #5162

pull/5166/merge
afc163 8 years ago
parent d3a967f346
commit a82ab5fc4b

@ -90,6 +90,10 @@ export default class Upload extends React.Component<UploadProps, any> {
}; };
} }
componentWillUnmount() {
this.clearProgressTimer();
}
onStart = (file) => { onStart = (file) => {
let targetItem; let targetItem;
let nextFileList = this.state.fileList.concat(); let nextFileList = this.state.fileList.concat();

Loading…
Cancel
Save