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.
zone.js@0.7.3?main=browser:405 Unhandled Promise rejection: TypeError: Cannot set property 'name' of undefined
at new EmptyError (VM20135 EmptyError.js:21)
at FirstSubscriber._complete (VM20134 first.js:147)
// ...
In index.html if you revert https://unpkg.com/zone.js@0.7.3 to 0.7.2 the app works again.
Using
zone.js@0.7.3, Angular 2routerLinkdoes not work properly whereas withzone.js@0.7.2it did.Here is a repro plunker: https://plnkr.co/edit/SYPR2SRi0xayQ693jJAB?p=preview
It is a simple list with a couple of links. Clicking on any link breaks the app with the following console error:
In
index.htmlif you reverthttps://unpkg.com/zone.js@0.7.3to0.7.2the app works again.