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
It turned out that the name of this function is confusing, since it implies an action to close an alert, whereas its intention is to notify the container that an alert opened by it has been closed by user interaction.
add additional function notifyAlertClosed with same signature as closeAlert
adjust implementation to use new function
change closeAlert implementation to call new function and mark it deprecated in typing
adjust documentation
The text was updated successfully, but these errors were encountered:
It turned out that the name of this function is confusing, since it implies an action to close an alert, whereas its intention is to notify the container that an alert opened by it has been closed by user interaction.
notifyAlertClosed
with same signature as closeAlertThe text was updated successfully, but these errors were encountered: