-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Internet Explorer 11 - Object.getPrototypeOf('aurelia-dom-boundary') error #47
Comments
looks like there's already an issue open for this: aurelia/templating-resources#267 Keeping this open for now in case the details are helpful. |
Just started hitting this error, I suspect one of my dependencies got updated and I didn't notice. Thanks for reporting this issue @jdanyow |
Hit this one too ! |
Is a fix coming out soon? This is a critical bug from what I can see and have experienced. |
@CasiOo As a workaround, we have reverted package aurelia-dependency-injection to version 1.2.0. |
Yes. It's coming soon. In the mean time, just revert your DI back one version. |
Fixed. Releasing in just a minute. |
I got this error: Object.getPrototypeOf: 'this' is not an Object (in June 2017) but got it fixed by downgrading aurelia-dependency-injection from 1.2.1 to 1.2.0. |
In IE11, Object.getPrototypeOf breaks when it's passed a string.
The text was updated successfully, but these errors were encountered: