loading-bar
loading-bar copied to clipboard
Wrong values are displayed
When initialized by Javascript, wrong values are displayed in a random manner:
My first page refresh:
Second (correct):
Third:
Fourth:
My source code to produce these results:
https://github.com/aktos-io/scada.js/tree/72de1d8fcf724e349fee1b0978ced87c019e6b91/src/client/components/progress
Any updates on this issue? It shows different value on page refresh.
It seems that I've found a workaround at that time but I can't remember what it is. I'm using loadingbar without noticing this issue for a long time. Looking my own code it seems that I'm forcefully writing correct values on first load and update them when needed.