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 744027c commit d247ebeCopy full SHA for d247ebe
packages/router/src/experimental/router.spec.ts
@@ -104,6 +104,9 @@ const childRawRecord: EXPERIMENTAL_RouteRecord_Matchable = {
104
parent: parentRecord,
105
}
106
107
+// NOTE: this redirect is not needed, the router should match by default the child
108
+// and it's better to simply not name the route to make it non matchable with
109
+// the new router
110
const parentWithRedirectRawRecord: EXPERIMENTAL_RouteRecord_Matchable = {
111
name: 'parent-with-redirect',
112
path: new MatcherPatternPathStatic('/parent-with-redirect'),
0 commit comments