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
To provide more flexibility over the outside-click behaviour please pass the event object as the second argument of the onClose handler of the Dialog component.
Now it is (false) => void
Can be (false, event: React.MouseEvent<HTMLElement>) => void
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
To provide more flexibility over the outside-click behaviour please pass the event object as the second argument of the onClose handler of the Dialog component.
Now it is
(false) => voidCan be
(false, event: React.MouseEvent<HTMLElement>) => voidAll reactions