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 91a0526 commit 5fc0767Copy full SHA for 5fc0767
contributors.yml
@@ -176,3 +176,4 @@
176
- xavier-lc
177
- xcsnowcity
178
- yuleicul
179
+- rubeonline
docs/hooks/use-matches.md
@@ -56,7 +56,7 @@ The proverbial use case here is adding breadcrumbs to a parent layout that uses
56
// here we use "crumb" and return some elements,
57
// this is what we'll render in the breadcrumbs
58
// for this route
59
- crumb: () => <Link to="/message">Messages</Link>,
+ crumb: () => <Link to="/messages">Messages</Link>,
60
}}
61
>
62
<Route
0 commit comments