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
With how shadow dom elements are in a separate scope that requires knowing the parent element has a shadowRoot there is a gap in covering this use case with the prototyper. To resolve this issue there would have to be a way to detect that an element has a shadowRoot with elements that need to be converted.
The hardest part is how some elements' shadowRoot uses assigned elements to tie elements that are siblings of the shadowRoot for said element.
With how shadow dom elements are in a separate scope that requires knowing the parent element has a shadowRoot there is a gap in covering this use case with the prototyper. To resolve this issue there would have to be a way to detect that an element has a shadowRoot with elements that need to be converted.
The hardest part is how some elements' shadowRoot uses assigned elements to tie elements that are siblings of the shadowRoot for said element.
A view would be something like the following:
The text was updated successfully, but these errors were encountered: