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
Actually I think it's the other way around. We updated to .progress in v8, so the setProgressBar method in reference should be removed. (I should double check this...)
The v8 "progress bar" docs page in the Overview section looks to be out of date. It says that you can manually update the progress bar like this:
But the reference page shows that this has been changed to
setProgressBar
, which takes the value as an argument, like this:I assume the latter is correct.
The text was updated successfully, but these errors were encountered: