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.
1 parent 6346efd commit 16e97faCopy full SHA for 16e97fa
src/content/reference/react-dom/components/form.md
@@ -278,7 +278,7 @@ export default function Search() {
278
279
Displaying a form submission error message before the JavaScript bundle loads for progressive enhancement requires that:
280
281
-1. `<form>` be rendered by a [Server Component](/reference/rsc/use-client)
+1. `<form>` be rendered by a [Client Component](/reference/rsc/use-client)
282
1. the function passed to the `<form>`'s `action` prop be a [Server Function](/reference/rsc/server-functions)
283
1. the `useActionState` Hook be used to display the error message
284
0 commit comments