We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.6.2
vue 2.6
面包屑导航,有重复名字时出现key非唯一性错误。
Duplicate keys detected: 'xx管理'. This may cause an update error.
可以根据路由的 path 或者指定唯一key标识来做唯一性
ant-design-vue/components/breadcrumb/Breadcrumb.jsx
Line 78 in 1adb927
The text was updated successfully, but these errors were encountered:
fa06586
fix: breadcrumb duplicate keys detected #2505 (#2599)
cd467ab
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
1.6.2
Environment
vue 2.6
Reproduction link
Steps to reproduce
面包屑导航,有重复名字时出现key非唯一性错误。
What is expected?
可以根据路由的 path 或者指定唯一key标识来做唯一性
What is actually happening?
ant-design-vue/components/breadcrumb/Breadcrumb.jsx
Line 78 in 1adb927
The text was updated successfully, but these errors were encountered: