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
RegExp does not work properly in IE11 because of a core-js bug. The bug is zloirock/core-js#810. It does not seem like the core-js developer/team is interested in fixing this - they appear to be waiting for someone else to contribute.
@splitinfinities Thanks for the response. Maybe you didn't see it in the linked core-js issue - but they don't appear to be at all interested in fixing it.
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:
RegExp does not work properly in IE11 because of a core-js bug. The bug is zloirock/core-js#810. It does not seem like the core-js developer/team is interested in fixing this - they appear to be waiting for someone else to contribute.
Expected behavior:
No issues with RegExp in IE11.
Steps to reproduce:
See zloirock/core-js#810.
Other information:
It would be greatly helpful if Stencil could revert to
[email protected]
or maybe fix the bug in polyfills.The text was updated successfully, but these errors were encountered: