You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: