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

getMetadataKeys throw TypeError on IE #69

Open
ghost opened this issue May 3, 2017 · 3 comments
Open

getMetadataKeys throw TypeError on IE #69

ghost opened this issue May 3, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented May 3, 2017

I am getting following error on calling getMetadataKeys on target object only on IE browser. Code works fine on chrome and firefox -

TypeError
   at GetIterator (https://localhost:8787/public/reflect-metadata/reflect-metadata.js:821:13)
   at OrdinaryOwnMetadataKeys (https://localhost:8787/public/reflect-metadata/reflect-metadata.js:640:9)
   at OrdinaryMetadataKeys (https://localhost:8787/public/reflect-metadata/reflect-metadata.js:603:9)
   at OrdinaryMetadataKeys (https://localhost:8787/public/reflect-metadata/reflect-metadata.js:607:9)
   at getMetadataKeys (https://localhost:8787/public/reflect-metadata/reflect-metadata.js:417:9)
   at validator.recursivelyValidateObject (https://localhost:8787/public/validation/validator.js:34:13)
   at validator.validateEntity (https://localhost:8787/public/validation/validator.js:21:13)
   at Anonymous function (https://localhost:8787/public/Entity.js:18:17)
   at k (https://localhost:8787/public/rsvp/rsvp.min.js:1:2994)
   at Y (https://localhost:8787/public/rsvp/rsvp.min.js:1:4671)

We have used property decorator.

@ghost
Copy link
Author

ghost commented May 3, 2017

I am facing above issue in version 0.1.10, downgrading to version 0.1.8 worked fine.

@lucasheim
Copy link

lucasheim commented Oct 3, 2019

+1 in version 0.1.13

@henriale
Copy link

henriale commented Oct 3, 2019

using core-js worked for me

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

2 participants