aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

Stackoverflow Exception in IE10 #49

Closed Cedware closed 6 years ago

Cedware commented 7 years ago

I'm submitting a bug report

Please tell us about your environment:

Hello, The library causes a stackoverflow exception with Internet Explorer 10, I will attach a screenshot of the piece of code where the exception occurs. If I deleted the content of the aurelia-poyfills.js and used core-js instead to make sure it's not a failure caused by me. Until this is fixed is there a way to stop aurelia from using the polyfills?

image

Regarding to the developer console the error is caused at this line: if (!this || this.constructor !== Collection) return new Collection(a);

Thanks

Cedric

EisenbergEffect commented 7 years ago

You can always map aurelia-polyfills to a different library or an empty module.

JoseRoman commented 7 years ago

Any plans on a fix for this?

waywardz commented 6 years ago

This also impacts ie11. https://github.com/aurelia/skeleton-navigation/issues/821

EisenbergEffect commented 6 years ago

No PR in over a year, so closing. Anyone who encounters similar issues, please consider using an alternative polyfill.