Test canceling debounce here if the fetch is faster than 1.5s
This commit is contained in:
parent
cbb09e1b5d
commit
e5ade9404b
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ function Timeline({
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
setUIState('error');
|
setUIState('error');
|
||||||
|
} finally {
|
||||||
|
loadItems.cancel();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue