You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am getting following error on calling getMetadataKeys on target object only on IE browser. Code works fine on chrome and firefox -
We have used property decorator.
The text was updated successfully, but these errors were encountered: