-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for IE11 #63
Comments
Hi @dcapilla, I had the same issue. Fixed it by npm installing Finally, rather than attempt to polyfill Shadow Dom for IE11, I ended up with the following wrapper component that detects support for attachShadow and only serves the ShadowDOM component if it's there:
Hope this helps! |
Thanks @aliblackwell We had a pull request a while ago that added support for polyfilling |
So what is the current workflow to add compatibility for older browsers? In an older issue, backwards compatibility was added #(30), but is removed since 17? |
Does the polyfill referenced in #30 not work any more @marijnbent? The only other thing we had in the older version was it supported an older versions of shadow boundaries (v0), which this one doesn't. The polyfill should handle that difference perfectly fine itself. |
I am trying to use ReactShadow on IE11 but it doesn't seem to work. I get the following error in console:
Line 55 contains the closing tag of the shadow root this:
Are there any plans to support IE11 in the future or does anybody know how to fix this? I am using webcomponentsjs, proxy-polyfill and other polyfills for explorer, but that doesn't seem to fix the issue.
Thanks
The text was updated successfully, but these errors were encountered: