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 0c6b6cb commit e4d743dCopy full SHA for e4d743d
src/breadcrumb/CBreadcrumbRouter.js
@@ -47,7 +47,8 @@ const CBreadcrumbRouter = props => {
47
exact: route.exact
48
}))
49
return { ...route, currPath }
50
- }).filter(route => route)
+ }).filter(route => route && route.name)
51
+
52
items = currRoutes.map(route => {
53
return CBreadcrumbRouteItem(route, currPath)
54
})
0 commit comments