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 15abfc5 commit 83ca84bCopy full SHA for 83ca84b
contributors.yml
@@ -302,6 +302,7 @@
302
- stmtk1
303
- sukvvon
304
- swalker326
305
+- szhsin
306
- tanayv
307
- thecode00
308
- theostavrides
docs/start/library/routing.md
@@ -162,7 +162,7 @@ You can have multiple dynamic segments in one route path:
162
```tsx filename=app/category-product.tsx
163
import { useParams } from "react-router";
164
165
-export default function Team() {
+export default function CategoryProduct() {
166
let { categoryId, productId } = useParams();
167
// ...
168
}
0 commit comments