Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paused on promise rejection: 'Failed to execute 'fetch' on 'Window': 1 argument required, but only 0 present.' #179

Closed
rubenv opened this issue Sep 12, 2016 · 3 comments

Comments

@rubenv
Copy link

rubenv commented Sep 12, 2016

Starting this package with the Chrome inspector open always causes a breakpoint to be triggered:

screen shot 2016-09-12 at 09 45 42

Angular 2 is completely new to me, so I have no idea where to even start looking for the cause of this.

Doesn't happen on the quickstart example in the Angular docs, so must be related to Webpack (or the configuration here) somehow.

@gavinm-ulogic
Copy link

Not a real solution but: changing fetchPromise = global'fetch'; to fetchPromise = global'fetch'; in zone.js fixes the breakpoint problem.

@JiroDan
Copy link

JiroDan commented Sep 22, 2016

Seeing the same issue using Systemjs -- no webpack. Just moved application from rc4 to release.

@rubenv
Copy link
Author

rubenv commented Sep 24, 2016

This is caused by angular/zone.js#446.

Closing this issue.

@rubenv rubenv closed this as completed Sep 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants