Skip to content

Commit 56fbdb2

Browse files
Update context provider link to point to React's new documentation site (#11290)
Co-authored-by: Tim Dorr <[email protected]>
1 parent c164837 commit 56fbdb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
- swalker326
221221
- tanayv
222222
- thecode00
223+
- thepedroferrari
223224
- theostavrides
224225
- thisiskartik
225226
- thomasverleye

docs/hooks/use-outlet-context.md

Lines changed: 1 addition & 1 deletion
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)