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
fix(tabs): click wrapper container bubbles up to document causing getAttribute() to throw (#221)
Last commit removed the use of `nodeName`, but the event can potentially bubble up all the way to the `DocumentElement` whose interface has no `getAttribute()` method.
0 commit comments