-
Notifications
You must be signed in to change notification settings - Fork 792
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
shadowDomCheck does not work in IE11 #2151
Comments
Can you put together a repo case for this? Tests have been passing on ie11. |
Repo containing error: https://github.com/jasperbosch/jbo-vue-app |
Ok I see, thanks for the repo. In this case the app is not polyfilling |
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
IE 11 tries to execute .includes('[native') on
undefined
wich results in an error.Expected behavior:
IE 11 should not get an error.
Steps to reproduce:
Try to open an Vue.js application that uses stencil-components in IE11.
Related code:
In
src/client/client-windows.ts
line 20:however the
doc.head.attachShadow
isundefined
in IE11Other information:
Please revert 84b8e68
The text was updated successfully, but these errors were encountered: