We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff8d6c commit fa06586Copy full SHA for fa06586
components/breadcrumb/Breadcrumb.jsx
@@ -75,7 +75,7 @@ export default {
75
overlay = (
76
<Menu>
77
{route.children.map(child => (
78
- <Menu.Item key={child.breadcrumbName || child.path}>
+ <Menu.Item key={child.path || child.breadcrumbName}>
79
{itemRender({
80
route: child,
81
params,
0 commit comments