Description
We encountered this error in our project:
We tracked down the error to the user closing a file loading modal too quickly after loading the file, because the CSVReader was updating internal state using setTimeout
.
We expected that setting noProgressBar
would resolve this bug since the problem was progress bar state updating after the component was unmounted.
Metadata
Metadata
Assignees
Labels
No labels