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
I'm getting around shadow dom in litelement like so :
render(){constdiv=document.createElement('div');div.style.height='100'div.style.width='300'document.body.appendChild(div);constdoc=newwindow.Mergely(div,{lhs: this.codeText,rhs: this.codeOrigText});returnhtml`... other stuff`}
However when I run, I get the following bug :
mergely.js:12189 Uncaught Error: Failed to find: -lhs-rhs-canvas
The text was updated successfully, but these errors were encountered:
I'm getting around shadow dom in litelement like so :
However when I run, I get the following bug :
The text was updated successfully, but these errors were encountered: