Skip to content

Commit 7f93b4b

Browse files
committedFeb 27, 2024
Merge branch 'main' into release-next
2 parents 95acd38 + 74f8676 commit 7f93b4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
- tanayv
222222
- thecode00
223223
- theostavrides
224+
- thepedroferrari
224225
- thisiskartik
225226
- thomasverleye
226227
- ThornWu

‎docs/hooks/use-outlet-context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare function useOutletContext<
1515

1616
</details>
1717

18-
Often parent routes manage state or other values you want shared with child routes. You can create your own [context provider](https://reactjs.org/docs/context.html) if you like, but this is such a common situation that it's built-into `<Outlet />`:
18+
Often parent routes manage state or other values you want shared with child routes. You can create your own [context provider](https://react.dev/learn/passing-data-deeply-with-context) if you like, but this is such a common situation that it's built-into `<Outlet />`:
1919

2020
```tsx lines=[3]
2121
function Parent() {

0 commit comments

Comments
 (0)
Please sign in to comment.