aurelia / polyfills

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

IE11 - TypeError #11

Closed akaustav closed 8 years ago

akaustav commented 8 years ago

Today, I upgraded from aurelia-polyfills v1.0.0-beta.1.0.0 to aurelia-polyfills v1.0.0-beta.1.0.2 using a jspm update and I received the following error message on the console on Microsoft Internet Explorer 11:

Potentially unhandled rejection [1] TypeError: Object.keys: argument is not an Object at assign (Unknown script code:446:13) at activate (Unknown script code:1513:7) at Anonymous function (Unknown script code:1485:23) at M (http://localhost:9000/jspm_packages/system-polyfills.js:4:8723) at H (http://localhost:9000/jspm_packages/system-polyfills.js:4:8310) at R.prototype.when (http://localhost:9000/jspm_packages/system-polyfills.js:4:12042) at b.prototype.run (http://localhost:9000/jspm_packages/system-polyfills.js:4:11076) at t.prototype._drain (http://localhost:9000/jspm_packages/system-polyfills.js:4:3014) at drain (http://localhost:9000/jspm_packages/system-polyfills.js:4:2681) at e (http://localhost:9000/jspm_packages/system-polyfills.js:4:4595)

Is anyone else getting this error?

EisenbergEffect commented 8 years ago

We have identified the error. Fix is coming today.

EisenbergEffect commented 8 years ago

See here for an explanation: https://github.com/aurelia/polyfills/issues/8

akaustav commented 8 years ago

Thanks. Will wait for the fix.

EisenbergEffect commented 8 years ago

Closing as duplicate of #8