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
When an alert begins with a countdown, but it's show property is changed to true before the countdown expires, the alert is transitioned and then removed unexpectedly.
Describe the bug
When an alert begins with a countdown, but it's
show
property is changed totrue
before the countdown expires, the alert is transitioned and then removed unexpectedly.Steps to reproduce the bug
show === true
Expected behavior
The alert should remain visible when
show
is changed from an integer value totrue
.Versions
Libraries:
https://codesandbox.io/s/qeghj
The text was updated successfully, but these errors were encountered: