Skip to content

Commit f646f4d

Browse files
authored
chore: Remove useActionState from auto wrapping list (#80420)
Fixes: #80419
1 parent 301e79d commit f646f4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/01-app/01-getting-started/08-updating-data.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ By convention, a Server Action is an async function used with [`startTransition`
2222

2323
- Passed to a `<form>` using the `action` prop.
2424
- Passed to a `<button>` using the `formAction` prop.
25-
- Passed to `useActionState`.
2625

2726
In Next.js, Server Actions integrate with the framework's [caching](/docs/app/deep-dive/caching) architecture. When an action is invoked, Next.js can return both the updated UI and new data in a single server roundtrip.
2827

0 commit comments

Comments
 (0)