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 2abb1e6 commit dd5fe06Copy full SHA for dd5fe06
src/core/tree.ts
@@ -272,7 +272,7 @@ export class TreeNode {
272
}
273
274
/**
275
- * Array of route params for this node. It includes all the params from the parents as well.
+ * Array of route params for this node. It includes **all** the params from the parents as well.
276
*/
277
get params(): (TreePathParam | TreeQueryParam)[] {
278
const params = [...this.value.params]
0 commit comments