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
The `indeterminate` boolean attribute has been removed. Omitting the `progress` attribute is now equivalent — the component defaults to indeterminate mode when no `progress` value is set.
68
+
The `indeterminate` boolean attribute has been removed. Omitting the `progress` attribute is now equivalent — the component defaults to indeterminate mode when no `progress` value is set. You can also set `progress` to `null` explicitly to return to indeterminate mode after a value has been assigned.
0 commit comments