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 think it can be fixed very simple by modify attachShadowObserver like this:
try{observer.observe(shadowRoot,observerConfig);}catch(err){console.info('observe shadowRoot to this');// we can just observe parent element in IE11, the code will run correctly.observer.observe(this,observerConfig);}
The text was updated successfully, but these errors were encountered:
Hi, thanks for your awesome project ! We try it in IE 11, run most code correctly but find some wrong in webcomponents polyfill.
You can find detail in this issue: webcomponents/polyfills#504 .
I think it can be fixed very simple by modify
attachShadowObserver
like this:The text was updated successfully, but these errors were encountered: