Skip to content

Commit 60bd6b4

Browse files
committed
remove outdated comment
1 parent ff43aee commit 60bd6b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/next/src/client/components/router-reducer/reducers/find-head-in-cache.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function findHeadInCacheImpl(
3131
parallelRoutesKeys.unshift('children')
3232
}
3333

34-
// if we didn't find metadata in the page slot, check the other parallel routes
3534
for (const key of parallelRoutesKeys) {
3635
const [segment, childParallelRoutes] = parallelRoutes[key]
3736
const childSegmentMap = cache.parallelRoutes.get(key)

0 commit comments

Comments
 (0)