You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should class multiple empty paths as just one path. Because of this, the links simply are wrong and don't work i.e. https://child instead of https://ng-zorro-antd-auto-breadcrumbs.stackblitz.io/child
What is actually happening?
It's joining empty paths with / and so if we have multiple we end up with // or more depending on how many levels deep we have
Environment
Info
ng-zorro-antd
9.3.0
Browser
Chrome
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-auto-breadcrumbs
Steps to reproduce
Hover over the breadcrumb link, the link has double slashes // in it because of the way this code in breadcrumb component works.
What is expected?
It should class multiple empty paths as just one path. Because of this, the links simply are wrong and don't work i.e.
https://child
instead ofhttps://ng-zorro-antd-auto-breadcrumbs.stackblitz.io/child
What is actually happening?
It's joining empty paths with / and so if we have multiple we end up with // or more depending on how many levels deep we have
The text was updated successfully, but these errors were encountered: