We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
request
1 parent 6496156 commit cf00c03Copy full SHA for cf00c03
contributors.yml
@@ -2,6 +2,7 @@
2
- abhi-kr-2100
3
- AchThomas
4
- adamdotjs
5
+- afzalsayed96
6
- Ajayff4
7
- alany411
8
- alexlbr
docs/route/action.md
@@ -113,7 +113,7 @@ You can `throw` in your action to break out of the current call stack (stop runn
113
114
```tsx [10]
115
<Route
116
- action={async ({ params }) => {
+ action={async ({ params, request }) => {
117
const res = await fetch(
118
`/api/properties/${params.id}`,
119
{
0 commit comments