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
Cannot read property 'isVisible' of null
at MdTooltip._handleKeydown
line 276 from tooltip.ts /** Handles the keydown events on the host element. */ _handleKeydown(e: KeyboardEvent) { if (this._tooltipInstance!.isVisible() && e.keyCode === ESCAPE) { e.stopPropagation(); this.hide(0); } }