Skip to content

Commit 068a146

Browse files
committed
fix: pass query param options on partial tests
1 parent 5a3624a commit 068a146

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/matchChildren.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const matchChildren = (
4343
if (!match) {
4444
match = child.parser.partialTest(segment, {
4545
delimited: strongMatching,
46-
caseSensitive
46+
caseSensitive,
47+
queryParams: options.queryParams
4748
})
4849
}
4950

0 commit comments

Comments
 (0)