Skip to content

Commit b69a763

Browse files
committed
Merge branch 'main' into release-next
2 parents ee2fc0c + 4f3ad7b commit b69a763

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
- johnpangalos
8181
- jonkoops
8282
- jrakotoharisoa
83+
- kachun333
8384
- kantuni
8485
- KAROTT7
8586
- kddnewton

docs/start/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ function Task() {
157157
}
158158

159159
function Random() {
160-
const match = useMatch("/projects/:projectId/tasks/3");
160+
const match = useMatch(
161+
"/projects/:projectId/tasks/:taskId"
162+
);
161163
match.params.projectId; // abc
162164
match.params.taskId; // 3
163165
}

0 commit comments

Comments
 (0)