Skip to content
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

Stackoverflow Exception in IE10 #49

Closed
Cedware opened this issue May 26, 2017 · 4 comments
Closed

Stackoverflow Exception in IE10 #49

Cedware opened this issue May 26, 2017 · 4 comments
Labels

Comments

@Cedware
Copy link

Cedware commented May 26, 2017

I'm submitting a bug report

  • Library Version:
    1.2.1

Please tell us about your environment:

  • Operating System:
    Windows 7

  • Node Version:
    7.3.0

  • NPM Version:
    4.0.3
  • JSPM OR Webpack AND Version
    webpack 2.5.1
  • Browser:
    IE 10
  • Language:
    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?

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
Copy link
Contributor

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

@JoseRoman
Copy link

Any plans on a fix for this?

@waywardz
Copy link

waywardz commented Oct 6, 2017

This also impacts ie11. aurelia/skeleton-navigation#821

@EisenbergEffect
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants