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 11156ac commit 0695678Copy full SHA for 0695678
contributors.yml
@@ -79,6 +79,7 @@
79
- johnpangalos
80
- jonkoops
81
- jrakotoharisoa
82
+- kachun333
83
- kantuni
84
- KAROTT7
85
- kddnewton
docs/start/overview.md
@@ -157,7 +157,7 @@ function Task() {
157
}
158
159
function Random() {
160
- const match = useMatch("/projects/:projectId/tasks/3");
+ const match = useMatch("/projects/:projectId/tasks/:taskId");
161
match.params.projectId; // abc
162
match.params.taskId; // 3
163
0 commit comments