Skip to content

Commit 452331d

Browse files
committed
docs: note
1 parent af290b9 commit 452331d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/extendRoutes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ export class EditableTreeNode {
168168
}
169169

170170
/**
171-
* Array of the route params and all of its parent's params.
171+
* Array of the route params and all of its parent's params. Note that changing the params will not update the path,
172+
* you need to update both.
172173
*/
173174
get params() {
174175
return this.node.params

0 commit comments

Comments
 (0)