Skip to content

fix(core): incorrect loop in defer blocks - #70114

Open
crisbeto wants to merge 1 commit into
angular:mainfrom
crisbeto:70113/incorrect-loop
Open

fix(core): incorrect loop in defer blocks#70114
crisbeto wants to merge 1 commit into
angular:mainfrom
crisbeto:70113/incorrect-loop

Conversation

@crisbeto

@crisbeto crisbeto commented Aug 7, 2026

Copy link
Copy Markdown
Member

Fixes that we were running a for in loop on an array and silently doing the wrong thing.

Fixes #70113.

Fixes that we were running a `for in` loop on an array and silently doing the wrong thing.

Fixes angular#70113.
@crisbeto crisbeto added target: patch This PR is targeted for the next patch release action: review The PR is still awaiting reviews from at least one requested reviewer labels Aug 7, 2026
@angular-robot angular-robot Bot added the area: core Issues related to the framework runtime label Aug 7, 2026
@ngbot ngbot Bot added this to the Backlog milestone Aug 7, 2026
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Possible bug in cleanupRemainingHydrationQueue: for...in used on array

2 participants