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
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?
Regarding to the developer console the error is caused at this line: if (!this || this.constructor !== Collection) return new Collection(a);
Thanks
Cedric
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
1.2.1
Please tell us about your environment:
Operating System:
Windows 7
Node Version:
7.3.0
4.0.3
webpack 2.5.1
IE 10
TypeScript 2.3.2
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?
Regarding to the developer console the error is caused at this line:
if (!this || this.constructor !== Collection) return new Collection(a);
Thanks
Cedric
The text was updated successfully, but these errors were encountered: