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(styles): support rendering across documents (#6481)
* fix(styles): support rendering across documents
Constructed stylesheets cannot be shared across documents (e.g. within
an iframe). Check in which document the component is and use its own
CSSStyleSheet.
fixes: #6479
* test(cross-document-constructed-styles): added missing test
Create an iframe with no stencil runtime, add a component and expect it
to be rendered ok
0 commit comments