-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
breadcrumb doesn't work @v7.2.0 when nzAutoGenerate is true #3186
Comments
@cp1001 重现链接无效 |
Hello @cp1001. Please provide a online reproduction by forking this link https://stackblitz.com/edit/ng-zorro-antd-start or a minimal GitHub repository. Issues labeled by 你好 @cp1001, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 stackblitz 或者提供一个最小化的 GitHub 仓库。7 天内未跟进的 issue 将会被自动关闭。 |
https://github.com/jiangzhenxiang/ng-breadcrumb |
我也出现了同样的问题,刷新后固定在当前页面路由,不会跟随变化 |
我出现的问题是breadcrumb根本无法获取当前页面的路由,一直为空 |
same problem,在非lazy load 情况下, @v7.3.2 breadcrumb根本无法获取当前页面的路由,一直为空,退回@v7.0.1 breadcrumb 就神奇的出现了。面白y |
close NG-ZORRO#3186 docs: add link fix: fix breadcrumb not updated fix: typo
close NG-ZORRO#3186 docs: add link fix: fix breadcrumb not updated fix: typo
close NG-ZORRO#3186 docs: add link fix: fix breadcrumb not updated fix: typo
我也出现了,出现的问题是[nzAutoGenerate]="true"根本无法获取当前页面的路由,面包屑一直为空 |
… error (NG-ZORRO#3185) * fix(module:breadcrumb): fix input boolean and lazy module slash docs: add link fix: fix breadcrumb not updated fix: typo * test: add test * chore: cleanup code * chore: rollback * chore: remove vscode close NG-ZORRO#3186
… error (NG-ZORRO#3185) * fix(module:breadcrumb): fix input boolean and lazy module slash docs: add link fix: fix breadcrumb not updated fix: typo * test: add test * chore: cleanup code * chore: rollback * chore: remove vscode close NG-ZORRO#3186
Reproduction link
https://stackblitz.com
Steps to reproduce
我使用了自动生成面包屑的模式:
在v7.0.3版本,刷新页面后,面包屑消失。为了解决这个问题,我升级到v7.2.0,但是切换页面后面包屑没有跟随改变
What is expected?
切换页面后面包屑跟随改变
What is actually happening?
切换页面后面包屑没有跟随改变
The text was updated successfully, but these errors were encountered: