diff --git a/modules/change_detection/src/record.js b/modules/change_detection/src/record.js index 788e66ecd5..6ed117898e 100644 --- a/modules/change_detection/src/record.js +++ b/modules/change_detection/src/record.js @@ -240,9 +240,7 @@ export class Record { updateContext(value) { this.context = value; - if (!this.isMarkerRecord) { - this.recordRange.enableRecord(this); - } + this.recordRange.enableRecord(this); } get isMarkerRecord() {