-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hey there!
I was wondering if that's the expected behaviour of the package, but selectors like .header, .header-2
does not work properly. For my purpose, there's a pretty easy workaround, like i.e.
['.header', '.header-2'].some((sel) => querySelectorShadowDom.querySelectorAllDeep(sel))
but it makes things more complicated in the scenarios when I only want to pass a selector to already existing function.
The version of the package is 0.0.7
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working