Skip to content

Commit cf00c03

Browse files
authored
docs(route/action): Add missingrequest parameter (#9657)
1 parent 6496156 commit cf00c03

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
@@ -2,6 +2,7 @@
22
- abhi-kr-2100
33
- AchThomas
44
- adamdotjs
5+
- afzalsayed96
56
- Ajayff4
67
- alany411
78
- alexlbr

docs/route/action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can `throw` in your action to break out of the current call stack (stop runn
113113

114114
```tsx [10]
115115
<Route
116-
action={async ({ params }) => {
116+
action={async ({ params, request }) => {
117117
const res = await fetch(
118118
`/api/properties/${params.id}`,
119119
{

0 commit comments

Comments
 (0)