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 I call ShowPopupAsync and then call CloseAsync() from inside my popup, the popup closes but ShowPopupAsync's task never completes so the result is never available.
Expected Behavior
I expect the task to complete when I close the popup.
Steps To Reproduce
Derive a popup from Popup<bool?>
Call OpenPopupAsync() on it, and close the popup from within using CloseAsync()