-
Notifications
You must be signed in to change notification settings - Fork 790
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
Stencil styles break in IE11 with webcomponentsjs polyfills #2117
Labels
Comments
Thanks for creating the issue and a repo case! Should be fixed now, thanks |
Wow that was fast! Thanks. Is there any idea when this will be included in any upcoming version? |
adamdbradley
added a commit
that referenced
this issue
Jan 8, 2020
Just shipped |
This works! Thanks so much! |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request
Current behavior:
Stencil styles are broken in IE11 when using the webcomponentsjs polyfills (I'm in a situation where I cannot remove the webcomponentsjs polyfills). This is how it looks in IE11
NOTE: When the webcomponentsjs polyfill is removed, the Stencil component works fine.
Expected behavior:
Stencil styles are applied correctly (like in Chrome)
Steps to reproduce:
I have created a test stencil repository that can be used to reproduce: https://github.com/mkay581/stencil-tests.
The text was updated successfully, but these errors were encountered: