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
If a Dialog has modal: false, then it had better have hasCloseButton:true. If not, there's no way to close the dialog. Add an assertion to verify this.
The text was updated successfully, but these errors were encountered:
Related to #166.
If a Dialog has
modal: false
, then it had better havehasCloseButton:true
. If not, there's no way to close the dialog. Add an assertion to verify this.The text was updated successfully, but these errors were encountered: