handle fetching state on downloads and publishes pages #1593
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Page extends React.PureComponent<Props, State> {
|
|||
|
||||
componentWillUnmount() {
|
||||
if (this.loaderTimeout) {
|
||||
this.loaderTimeout = null;
|
||||
clearTimeout(this.loaderTimeout);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue