Closed akaustav closed 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:
aurelia-polyfills v1.0.0-beta.1.0.0
aurelia-polyfills v1.0.0-beta.1.0.2
jspm update
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?
We have identified the error. Fix is coming today.
See here for an explanation: https://github.com/aurelia/polyfills/issues/8
Thanks. Will wait for the fix.
Closing as duplicate of #8
Today, I upgraded from
aurelia-polyfills v1.0.0-beta.1.0.0
toaurelia-polyfills v1.0.0-beta.1.0.2
using ajspm update
and I received the following error message on the console on Microsoft Internet Explorer 11:Is anyone else getting this error?