-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: coreIssues related to the framework runtimeIssues related to the framework runtimecore: lifecycle hooksfreq1: lowstate: confirmedstate: has PR
Milestone
Description
🐞 bug report
Affected Package
The issue is caused by package @angular/core
.
Is this a regression?
Description
A runtime error is thrown when calling detectChanges
inside the transform
method of a pipe.
🔬 Minimal Reproduction
A reproduction of this issue can be found here.
🔥 Exception or Error
core.js:4200 ERROR TypeError: Cannot read property 'call' of undefined
at callHook (core.js:3045)
at callHooks (core.js:3008)
at executeCheckHooks (core.js:2941)
at selectIndexInternal (core.js:6177)
at Module.ɵɵadvance (core.js:6156)
at AppComponent_Template (app.component.html:1)
at executeTemplate (core.js:7306)
at refreshView (core.js:7175)
at refreshComponent (core.js:8329)
at refreshChildComponents (core.js:6968)
🌍 Your Environment
Angular Version:
Angular CLI: 10.0.7
Node: 12.18.3
OS: darwin x64
Angular: 10.0.12
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.1000.7
@angular-devkit/build-angular 0.1000.7
@angular-devkit/build-optimizer 0.1000.7
@angular-devkit/build-webpack 0.1000.7
@angular-devkit/core 10.0.7
@angular-devkit/schematics 10.0.7
@angular/cdk 10.1.3
@angular/cli 10.0.7
@angular/material 10.1.3
@ngtools/webpack 10.0.7
@schematics/angular 10.0.7
@schematics/update 0.1000.7
rxjs 6.5.5
typescript 3.9.7
webpack 4.43.0
Anything else relevant?
This issue only happens when Ivy is enabled.
marcj
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: coreIssues related to the framework runtimeIssues related to the framework runtimecore: lifecycle hooksfreq1: lowstate: confirmedstate: has PR