Skip to content

fix(core): Prevents race condition of cleanup for incremental hydration#58722

Closed
thePunderWoman wants to merge 1 commit intoangular:mainfrom
thePunderWoman:hydration-router
Closed

fix(core): Prevents race condition of cleanup for incremental hydration#58722
thePunderWoman wants to merge 1 commit intoangular:mainfrom
thePunderWoman:hydration-router

Conversation

@thePunderWoman
Copy link
Copy Markdown
Contributor

@thePunderWoman thePunderWoman commented Nov 18, 2024

When hydrating a tree of blocks, this prevents cleanup from firing more than once per tree. It also ensures the cleanup happens after hydration has finished.

fixes #58690

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix

Does this PR introduce a breaking change?

  • Yes
  • No

@thePunderWoman thePunderWoman added action: review The PR is still awaiting reviews from at least one requested reviewer area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release labels Nov 18, 2024
@ngbot ngbot bot added this to the Backlog milestone Nov 18, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 18, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 18, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 19, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 20, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 20, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 20, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 20, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 20, 2024
@angular-robot angular-robot bot removed the area: core Issues related to the framework runtime label Nov 20, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 21, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 21, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 21, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 21, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 21, 2024
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 21, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 21, 2024
When hydrating a tree of blocks, this prevents cleanup from firing more than once per tree. It also ensures the cleanup happens after hydration has finished.

fixes: angular#58690
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Nov 21, 2024
@ngbot ngbot bot modified the milestone: Backlog Nov 21, 2024
@thePunderWoman thePunderWoman 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 Nov 21, 2024
thePunderWoman added a commit that referenced this pull request Nov 21, 2024
…on (#58722)

When hydrating a tree of blocks, this prevents cleanup from firing more than once per tree. It also ensures the cleanup happens after hydration has finished.

fixes: #58690

PR Close #58722
@thePunderWoman
Copy link
Copy Markdown
Contributor Author

This PR was merged into the repository by commit bd08d1d.

The changes were merged into the following branches: main, 19.0.x

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

After upgrading to RC2, links under defer blocks with control statement e.g. @if takes 2 clicks to navigate

2 participants