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.
[email protected]?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/[email protected] to 0.7.2 the app works again.
Using
[email protected], Angular 2routerLinkdoes not work properly whereas with[email protected]it 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/[email protected]to0.7.2the app works again.