We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5138e60 commit 04e2ce7Copy full SHA for 04e2ce7
src/content/reference/react/useActionState.md
@@ -7,7 +7,7 @@ title: useActionState
7
`useActionState` is a Hook that allows you to update state based on the result of a form action.
8
9
```js
10
-const [state, formAction, isPending] = useActionState(fn, initialState, permalink?);
+const [state, formAction, isPending] = useActionState(action, initialState, permalink?);
11
```
12
13
</Intro>
0 commit comments