Renders the given component into the DOM (via renderComponent) and works on its shadow root.
In order to use this function, the shadow root should be attached as open from inside the component class.
After the shadow root has been accessed, the function searches (and waits) for an inner root container (by default .pioneer-root)
where all other searches should be executed.
Returns the shadow root, the inner container, and a bound queries object that automatically searches in the inner container
instead of the whole document.
Renders the given component into the DOM (via renderComponent) and works on its shadow root. In order to use this function, the shadow root should be attached as
openfrom inside the component class.After the shadow root has been accessed, the function searches (and waits) for an inner root container (by default
.pioneer-root) where all other searches should be executed.Returns the shadow root, the inner container, and a bound queries object that automatically searches in the inner container instead of the whole document.