We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3624a commit 068a146Copy full SHA for 068a146
1 file changed
modules/matchChildren.ts
@@ -43,7 +43,8 @@ const matchChildren = (
43
if (!match) {
44
match = child.parser.partialTest(segment, {
45
delimited: strongMatching,
46
- caseSensitive
+ caseSensitive,
47
+ queryParams: options.queryParams
48
})
49
}
50
0 commit comments