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

Internet Explorer 11 - Object.getPrototypeOf('aurelia-dom-boundary') error #47

Closed
jdanyow opened this issue Dec 15, 2016 · 11 comments
Closed

Comments

@jdanyow
Copy link
Contributor

jdanyow commented Dec 15, 2016

image

In IE11, Object.getPrototypeOf breaks when it's passed a string.

@jdanyow
Copy link
Contributor Author

jdanyow commented Dec 15, 2016

Previous stack frame:

image

@jdanyow
Copy link
Contributor Author

jdanyow commented Dec 15, 2016

@jdanyow
Copy link
Contributor Author

jdanyow commented Dec 15, 2016

Adding core-js makes things fail sooner, here:

image

core-js does make it possible to do Object.getPrototypeOf('a string') in the console.

@jdanyow
Copy link
Contributor Author

jdanyow commented Dec 15, 2016

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.

@MarkHerhold
Copy link

Just started hitting this error, I suspect one of my dependencies got updated and I didn't notice.

Thanks for reporting this issue @jdanyow

@pKrav75
Copy link

pKrav75 commented Dec 16, 2016

Hit this one too !

@CasiOo
Copy link

CasiOo commented Dec 21, 2016

Is a fix coming out soon? This is a critical bug from what I can see and have experienced.
We are unable to have any show binding in our application because of this IE bug. And we're binding to a regular VM boolean property, so a common case..

@altenstedt
Copy link

@CasiOo As a workaround, we have reverted package aurelia-dependency-injection to version 1.2.0.

@EisenbergEffect
Copy link
Contributor

Yes. It's coming soon. In the mean time, just revert your DI back one version.

@EisenbergEffect
Copy link
Contributor

Fixed. Releasing in just a minute.

@rapitkan
Copy link

rapitkan commented Jun 26, 2017

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.

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

No branches or pull requests

7 participants