Files
James Anderson a21667fd09 fix(app-router): discover nested leaf slot routes (#2350)
* fix(app-router): discover nested leaf slot routes

* test(routing): align nested leaf slot expectation

* test(routing): assert nested leaf route match

* fix(app-router): scope nested leaf slot discovery
2026-06-26 21:42:15 +01:00

4 lines
106 B
TypeScript

export default function ParallelLeafChildrenDefault() {
return <p>Parallel leaf children default</p>;
}