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
The findMatchingElement will throw the error TypeError: parent.matches is not a function.
This is because it finds the test component matching .boo and traverses up to find a parent that matches .hello-world. As no element matches this selector it'l continue to traverse up until it hits the document element that has no method named matches.