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
index.js:3392 Uncaught NotSupportedError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
#1217
Open
muuvmuuv opened this issue
Dec 7, 2024
· 0 comments
preview-587cd39a5889a.js:2 NotSupportedError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
at CropperImage.connectedCallback (element.raw.js:128:31)
at CropperImage.connectedCallback (element-image.raw.js:82:17)
at eval (framework-delegate.js:118:13)
at Generator.next ()
at eval (tslib.js:170:75)
at new Promise ()
at Object.__awaiter (tslib.js:166:16)
at Object.attachViewToDom (framework-delegate.js:44:86)
at eval (framework-delegate.js:13:25)
at Generator.next ()
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Cropper version
2
Link to minimal reproduction
https://stackblitz.com/edit/angular-9tyk7u7m?file=src%2Fapp%2Fexample.component.ts,src%2Fapp%2Fexample.component.html
Steps to reproduce
What is expected?
Creates the element in a shadow modal
What is actually happening?
preview-587cd39a5889a.js:2 NotSupportedError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
at CropperImage.connectedCallback (element.raw.js:128:31)
at CropperImage.connectedCallback (element-image.raw.js:82:17)
at eval (framework-delegate.js:118:13)
at Generator.next ()
at eval (tslib.js:170:75)
at new Promise ()
at Object.__awaiter (tslib.js:166:16)
at Object.attachViewToDom (framework-delegate.js:44:86)
at eval (framework-delegate.js:13:25)
at Generator.next ()
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: