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

after fast switched between multiple 'routerLink' ,it seems to be in an endless loop. #420

Open
ycpaladin opened this issue Mar 24, 2022 · 3 comments

Comments

@ycpaladin
Copy link

Demonstration

my main app and sub apps are ng 11. reproduce the animation as follows . Note the change in the browser address bar .

bug

Expected Behavior

don't endless loop.

Actual Behavior

endless loop.

@OriolInvernonLlaneza
Copy link
Contributor

Could you provide a reproductible example? Also could it be related to #113 ?

@NikPiermafrost
Copy link

NikPiermafrost commented May 26, 2022

Same issue solved for me by adding "onSameRouteNavigation: 'ignore'" on the extra options on my routing module:
Reference

@jennynju
Copy link

jennynju commented Aug 3, 2023

Met the same issue when switching between child route inside micro-app. It's weired that "onSameRouteNavigation: 'ignore'" seems like solved the problem. But the default value of "onSameRouteNavigation" should be 'ignore' if unset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants