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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This issue results in a window leak in applications that manage child windows from a central parent window.
The FocusZone component holds on to DOM elements via _activeElement and _defaultFocusElement, these references should be cleaned out in the onComponentDidMount function: this._activeElement = null; this._defaultFocusElement = null;