This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 408
Unhandled Promise rejection: TypeError: Cannot set property 'name' of undefined #554
Comments
@filipesilva , sorry, it is my mistake, I didn't return this in PR #547, I'll make a PR now. |
@JiaLiPassion if I understand your PR correctly, it should only affect errors themselves. This scenario should not result in an error at all though, since it worked with |
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Dec 20, 2016
…structor, and copy native error's properties
filipesilva
added a commit
to angular/quickstart
that referenced
this issue
Dec 20, 2016
When angular/protractor#3848 is ready it should fix the webdriver types issues, and the pinning can be reverted. The zone.js problem is being tracked on angular/zone.js#554. Fix #325
filipesilva
added a commit
to angular/quickstart
that referenced
this issue
Dec 20, 2016
When angular/protractor#3848 is ready it should fix the webdriver types issues, and the pinning can be reverted. The zone.js problem is being tracked on angular/zone.js#554. Fix #325
This has been fixed with 0.7.4 |
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Dec 20, 2016
…otype chain and can be called without new
Hi Guys, Thanks for the solve of the zone.js in version 0.7.4. 👍 :-) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using
zone.js@0.7.3
, Angular 2routerLink
does not work properly whereas withzone.js@0.7.2
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.html
if you reverthttps://unpkg.com/zone.js@0.7.3
to0.7.2
the app works again.The text was updated successfully, but these errors were encountered: