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 bb3a0f5 commit cab578dCopy full SHA for cab578d
src/content/reference/react-dom/components/form.md
@@ -322,7 +322,7 @@ export default function Search() {
322
323
Displaying a form submission error message before the JavaScript bundle loads for progressive enhancement requires that:
324
325
-1. `<form>` be rendered by a [Server Component](/reference/react/use-client)
+1. `<form>` be rendered by a [Client Component](/reference/react/use-client)
326
1. the function passed to the `<form>`'s `action` prop be a [Server Action](/reference/react/use-server)
327
1. the `useFormState` Hook be used to display the error message
328
0 commit comments