We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4366dd0 commit 6c27453Copy full SHA for 6c27453
contributors.yml
@@ -312,6 +312,7 @@
312
- valerii15298
313
- ValiantCat
314
- vdusart
315
+- VictorElHajj
316
- vijaypushkin
317
- vikingviolinist
318
- vishwast03
docs/start/framework/data-loading.md
@@ -125,7 +125,7 @@ export async function loader({ params }: Route.LoaderArgs) {
125
126
export async function clientLoader({
127
params,
128
-}: Route.ClientLoader) {
+}: Route.ClientLoaderArgs) {
129
const res = await fetch(`/api/products/${params.pid}`);
130
return res.json();
131
}
0 commit comments