-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Duplicate breadcrumbs on Angular 17 #179
Comments
Hello 👋 @HammamBM |
@HammamBM please use 10.0.0 as mentioned by @softworckx above. The last merged PR #177 may have caused this. I will verify and provide support with Angular v17 |
That is true. Going back to 10.0.0 works perfectly. Thank you so much. Shall I close the issue? |
@udayvunnam Have you already find the time to code review the open PR on this bug? |
@softworckx @HammamBM the fix is published on `xng-breadcrumb@10.0.21 Thank you! |
🐞 Bug report
Description
I update to Angular 17 with legacy-peer-deps. It compiles and shows breadcrumbs, but they are duplicated in some sites with a last empty breadcrumb.
🔬 Minimal Reproduction
Nested lazy routes shows duplicated home route and a last chevron with empty label. First and second images are the route setup: app routes and children lazy routes. Third image is the UI and the last one is the console.log of the breadcrumbs
This started to happen after update to v17.
💻Your Environment
Angular Version:
The text was updated successfully, but these errors were encountered: