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 ea83c3d commit 307cf72Copy full SHA for 307cf72
src/client/utils/sanitize.ts
@@ -61,7 +61,7 @@ const constructTree = (routes: any, parentId?: string): RawNodeDatum[] => {
61
if (route.parentId === parentId) {
62
if (routeMap.get(key)) {
63
nodes.push(routeMap.get(key))
64
- return nodes
+ continue
65
}
66
const url = convertReactRouterPathToUrl(routes, route)
67
const node: RawNodeDatum = {
0 commit comments