Skip to content
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

fix(router): handle new navigations from a NavigationEnd event #41262

Closed
wants to merge 1 commit into from

Conversation

atscott
Copy link
Contributor

@atscott atscott commented Mar 18, 2021

This commit removes the line to set currentNavigation to null in the
navigation transitions subscription of the router. This logic is
already handled in the finalize stage of the transition pipe and has
been found to cause issues if a new navigation is triggered from a
subscription to the NavigationEnd event.

fixes #37460

This commit removes the line to set `currentNavigation` to `null` in the
navigation transitions subscription of the router. This logic is
already handled in the `finalize` stage of the transition pipe and has
been found to cause issues if a new navigation is triggered from a
subscription to the `NavigationEnd` event.

fixes angular#37460
@atscott atscott added state: WIP area: router target: patch This PR is targeted for the next patch release action: presubmit The PR is in need of a google3 presubmit labels Mar 18, 2021
@ngbot ngbot bot modified the milestone: Backlog Mar 18, 2021
@google-cla google-cla bot added the cla: yes label Mar 18, 2021
@atscott
Copy link
Contributor Author

atscott commented Mar 18, 2021

presubmit

@atscott
Copy link
Contributor Author

atscott commented Mar 23, 2021

global presubmit

@atscott atscott added action: review The PR is still awaiting reviews from at least one requested reviewer and removed state: WIP action: presubmit The PR is in need of a google3 presubmit labels Mar 23, 2021
@atscott atscott requested a review from mhevery March 23, 2021 17:34
Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@atscott atscott 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 Apr 7, 2021
@atscott atscott removed the request for review from mhevery April 7, 2021 18:26
@zarend zarend added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Apr 8, 2021
@zarend zarend closed this in 44a7fae Apr 8, 2021
atscott added a commit to atscott/angular that referenced this pull request Apr 8, 2021
…ar#41262)

This commit removes the line to set `currentNavigation` to `null` in the
navigation transitions subscription of the router. This logic is
already handled in the `finalize` stage of the transition pipe and has
been found to cause issues if a new navigation is triggered from a
subscription to the `NavigationEnd` event.

fixes angular#37460

PR Close angular#41262
atscott added a commit to atscott/angular that referenced this pull request Apr 8, 2021
…ar#41262)

This commit removes the line to set `currentNavigation` to `null` in the
navigation transitions subscription of the router. This logic is
already handled in the `finalize` stage of the transition pipe and has
been found to cause issues if a new navigation is triggered from a
subscription to the `NavigationEnd` event.

fixes angular#37460

PR Close angular#41262
zarend pushed a commit that referenced this pull request Apr 8, 2021
… (#41511)

This commit removes the line to set `currentNavigation` to `null` in the
navigation transitions subscription of the router. This logic is
already handled in the `finalize` stage of the transition pipe and has
been found to cause issues if a new navigation is triggered from a
subscription to the `NavigationEnd` event.

fixes #37460

PR Close #41262

PR Close #41511
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 9, 2021
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: router cla: yes target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Starting navigation on NavigationEnd messes up the currentNavigation
3 participants