Skip to content

Commit d9d233c

Browse files
authored
Fix missing url in use-route-loader-data.md (#9438)
1 parent 75cc7eb commit d9d233c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
- SkayuX
109109
- souzasmatheus
110110
- srmagura
111+
- stasundr
111112
- tanayv
112113
- theostavrides
113114
- thisiskartik

docs/hooks/use-route-loader-data.md

+2
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ const user = useRouteLoaderData("root");
4545
```
4646

4747
The only data available is the routes that are currently rendered. If you ask for data from a route that is not currently rendered, the hook will return `undefined`.
48+
49+
[pickingarouter]: ../routers/picking-a-router

0 commit comments

Comments
 (0)