-
Notifications
You must be signed in to change notification settings - Fork 12k
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
[Bug] - TypeError: Cannot read property 'apply' of undefined #6075
Comments
Just tested by pinning to zones |
Supposedly fixed in: angular/zone.js#747 |
yep. i see that above |
0.8.9 released with a fix :) https://github.com/angular/zone.js/blob/master/CHANGELOG.md#089-2017-04-25 |
@johnpapa Working as expected no errors. 😄 |
confirmed fixed with zones 0.8.9. thanks! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS
Mac OSX Sierra 10.12.4
Versions
@angular/cli: 1.0.1
node: 6.9.1
os: darwin x64
@angular/common: 4.0.3
@angular/compiler: 4.0.3
@angular/core: 4.0.3
@angular/forms: 4.0.3
@angular/http: 4.0.3
@angular/platform-browser: 4.0.3
@angular/platform-browser-dynamic: 4.0.3
@angular/router: 4.0.3
@angular/cli: 1.0.1
@angular/compiler-cli: 4.0.3
Repro steps.
The app renders, but check the developer tools console and you will see ...
I am using Chrome
The text was updated successfully, but these errors were encountered: