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 c978b25 commit c06ec85Copy full SHA for c06ec85
contributors.yml
@@ -384,6 +384,7 @@
384
- williamsdyyz
385
- willsawyerrrr
386
- willsmithte
387
+- Willvillegas
388
- wkovacs64
389
- woodywoodsta
390
- xavier-lc
docs/start/data/custom.md
@@ -31,7 +31,7 @@ let router = createBrowserRouter([
31
path: "shows/:showId",
32
Component: Show,
33
loader: ({ request, params }) =>
34
- fetch(`/api/show/${params.id}.json`, {
+ fetch(`/api/show/${params.showId}.json`, {
35
signal: request.signal,
36
}),
37
},
0 commit comments