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

Issue with IE/Edge compatibility in 3.4.5 #759

Closed
simon-jouet opened this issue Jan 27, 2020 · 2 comments
Closed

Issue with IE/Edge compatibility in 3.4.5 #759

simon-jouet opened this issue Jan 27, 2020 · 2 comments

Comments

@simon-jouet
Copy link

Hi,

After spending quite some time debugging an issue in an angular app I've pinpointed it to a detection issue in 3.4.5 66f1385#diff-1db6478fc99b66a5dcda3ce77d9a794fR40

Okay, so the issue was that angular was crashing when calling getHtmlTagDefinition('a'), looking at the code it was returning 1 which clearly wasn't expected. That's because a is defined on the prototype of Object.

For the time being I reverted back to 3.4.4 and it's working fine.

This might be related to #720 ?

@j-verse
Copy link

j-verse commented Jan 31, 2020

Same issue here in IE11, my production code gives an error that I traced back to upgrading core-js from 3.4.4 to 3.4.5. In my (minified) React library it is giving an error because of this define of 'a' on the prototype of object in IE11.

@zloirock
Copy link
Owner

zloirock commented Nov 5, 2020

See #847 (comment)

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

No branches or pull requests

3 participants