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
Because the R generic on MatDialog.open isn't constrained by arguments to the function, it's effectively always any. We should remove the method generic and change the return generic to {}, which will force people to explicitly state which type it is when consuming it.