We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
attachDom
1 parent 707a376 commit 8d7def7Copy full SHA for 8d7def7
lib/mixins/element-mixin.js
@@ -672,7 +672,7 @@ export const ElementMixin = dedupingMixin(base => {
672
if (n.attachShadow) {
673
if (dom) {
674
if (!n.shadowRoot) {
675
- if (window.ShadyDOM) {
+ if (window.ShadyDOM && ShadyDOM['attachDom']) {
676
ShadyDOM['attachDom'](dom, this, {mode: 'open'});
677
} else {
678
n.attachShadow({mode: 'open'});
0 commit comments