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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
VM1443 zone.js:634 Uncaught TypeError: NativePromise.resolve is not a function and
VM1446 core.umd.js:716 Uncaught TypeError: Reflect.defineMetadata is not a function
Hello team! I have an example on plnkr with angular2 in es5 style and zone 0.8.17: https://plnkr.co/edit/fTvjvFgA61a6SWzs69IL?p=preview and it works fine. But with a new version of zone.js I have two errors:
VM1443 zone.js:634 Uncaught TypeError: NativePromise.resolve is not a function and
VM1446 core.umd.js:716 Uncaught TypeError: Reflect.defineMetadata is not a function
here an example with 0.8.18
https://plnkr.co/edit/hQ62L8cXZYbEHPYsohP0?p=preview (please check the console)
Could you please help me with it? Thanks.
The text was updated successfully, but these errors were encountered: