Skip to content

Commit 9fb5bba

Browse files
committed
Merge branch 'main' into release-next
2 parents 058be38 + 9c1892a commit 9fb5bba

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
@@ -208,6 +208,7 @@
208208
- turansky
209209
- tyankatsu0105
210210
- underager
211+
- valerii15298
211212
- ValiantCat
212213
- vijaypushkin
213214
- vikingviolinist

docs/hooks/use-outlet-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Dashboard() {
4949
return (
5050
<div>
5151
<h1>Dashboard</h1>
52-
<Outlet context={{ user }} />
52+
<Outlet context={{ user } satisfies ContextType} />
5353
</div>
5454
);
5555
}

0 commit comments

Comments
 (0)