-
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
Cannot read property '__zone_symbol__ON_PROPERTYreadystatechange' of null #7502
Comments
Had the same issue after the update running |
Had the same issue and fixed with zone.js@0.8.16I also had a LOOP of "RangeError: Maximum call stack size exceeded" due to the issue Versions. Repro steps. Enabled polyfills/** IE9, IE10 and IE11 requires all of the following polyfills. **/ /** IE10 and IE11 requires the following for NgClass support on SVG elements */ /** IE10 and IE11 requires the following to support /** Evergreen browsers require these. **/ |
@JiaLiPassion i don't use NewRelic and @sha-N seems to have fixed the issue for now :-) |
@lafama. Could you provide a reproduce repo? Thanks |
@mhadaily , @lafama, could you try the attached zone.js.zip resolved the issue or not? |
@JiaLiPassion the attached file seems to fix the issue 👍 .Thank you. |
@lafama, thank you for confirm. |
@JiaLiPassion should I replace the directory in node_modules? When I will do it, zone.js stop working Thx |
Inside the zone.js dist directory. Put the contents of the attached folder here node_modeules/zone.js/dist folder. |
Yes! Thx for hint, it's working now! |
I've met the same problem. Is it the only way to fix it manually? Thought this problem exists in @angular/cli@1.3.2, would somebody tell me when will it be possible to fix it by install @angular/cli@1.3.3? |
@zxsoft, it is not a |
Thanks! npm install --save zone.js@0.8.16 solved the problem :) |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.3.2
node: 8.4.0
os: darwin x64
Repro steps.
update to the latest CLI and
"@angular/animations": "^4.3.6",
"@angular/cli": "^1.3.2",
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.6",
"@angular/compiler-cli": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/forms": "^4.3.6",
"@angular/http": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@angular/router": "^4.3.6"
The log given by the failure.
core.es5.js:1020 ERROR TypeError: Cannot read property '__zone_symbol__ON_PROPERTYreadystatechange' of null
at wrapFn (zone.js:1074)
at HTMLDocument.DocumentMonitor.document.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:9), :697:80)
at HTMLDocument.wrapFn (zone.js:1075)
at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:425)
at Object.onInvokeTask (core.es5.js:3881)
at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:424)
at Zone.webpackJsonp.../../../../zone.js/dist/zone.js.Zone.runTask (zone.js:192)
at ZoneTask.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneTask.invokeTask [as invoke] (zone.js:499)
at invokeTask (zone.js:1427)
at HTMLDocument.globalZoneAwareCallback (zone.js:1445)
defaultErrorLogger @ core.es5.js:1020
webpackJsonp.../../../core/@angular/core.es5.js.ErrorHandler.handleError @ core.es5.js:1080
next @ core.es5.js:4503
schedulerFn @ core.es5.js:3635
webpackJsonp.../../../../rxjs/Subscriber.js.SafeSubscriber.__tryOrUnsub @ Subscriber.js:238
webpackJsonp.../../../../rxjs/Subscriber.js.SafeSubscriber.next @ Subscriber.js:185
webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber._next @ Subscriber.js:125
webpackJsonp.../../../../rxjs/Subscriber.js.Subscriber.next @ Subscriber.js:89
webpackJsonp.../../../../rxjs/Subject.js.Subject.next @ Subject.js:55
webpackJsonp.../../../core/@angular/core.es5.js.EventEmitter.emit @ core.es5.js:3621
(anonymous) @ core.es5.js:3912
webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invoke @ zone.js:392
webpackJsonp.../../../../zone.js/dist/zone.js.Zone.run @ zone.js:142
webpackJsonp.../../../core/@angular/core.es5.js.NgZone.runOutsideAngular @ core.es5.js:3844
onHandleError @ core.es5.js:3912
webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.handleError @ zone.js:396
webpackJsonp.../../../../zone.js/dist/zone.js.Zone.runTask @ zone.js:195
webpackJsonp.../../../../zone.js/dist/zone.js.ZoneTask.invokeTask @ zone.js:499
invokeTask @ zone.js:1427
globalZoneAwareCallback @ zone.js:1445
core.es5.js:1020 ERROR TypeError: Cannot read property '__zone_symbol__ON_PROPERTYreadystatechange' of null
at wrapFn (zone.js:1074)
at HTMLDocument.DocumentMonitor.document.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:9), :697:80)
at HTMLDocument.wrapFn (zone.js:1075)
at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:425)
at Object.onInvokeTask (core.es5.js:3881)
at ZoneDelegate.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:424)
at Zone.webpackJsonp.../../../../zone.js/dist/zone.js.Zone.runTask (zone.js:192)
at ZoneTask.webpackJsonp.../../../../zone.js/dist/zone.js.ZoneTask.invokeTask [as invoke] (zone.js:499)
at invokeTask (zone.js:1427)
at HTMLDocument.globalZoneAwareCallback (zone.js:1445)
Desired functionality.
No Error should be logged in the console
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: