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
Describe the bug
When Progress.updateFrequency and tracker completion time are both small and similar(especially equal), the overall tracker may disappears.
The reason for this (maybe): the overall tracker is determined to be done before the tracker is appended, but the tracker is successfully appended before the next render. Progress continues to run, but the overall tracker will never appear again.
In short: overall tracker is done, but new tracker is being added.
Describe the bug
When
Progress.updateFrequency
andtracker completion time
are both small and similar(especially equal), the overall tracker may disappears.The reason for this (maybe): the overall tracker is determined to be done before the tracker is appended, but the tracker is successfully appended before the next render. Progress continues to run, but the overall tracker will never appear again.
In short: overall tracker is done, but new tracker is being added.
To Reproduce
Expected behavior
Overall tracker will still run in the case.
Software (please complete the following information):
The text was updated successfully, but these errors were encountered: