Update react-19.md (#6813)

This commit is contained in:
Strek
2024-04-30 08:21:14 +05:30
committed by GitHub
parent 6d0aca18d5
commit e538800cfe

View File

@@ -186,7 +186,7 @@ Actions are also integrated with React 19's new `<form>` features for `react-dom
When a `<form>` Action succeeds, React will automatically reset the form for uncontrolled components. If you need to reset the `<form>` manually, you can call the new `requestFormReset` React DOM API.
For more information, see the `react-dom` docs for [`<form>`](/reference/react-dom/components/form), [`<input>`](/reference/react-dom/components/input), and [`<button>`](/reference/react-dom/components/button).
For more information, see the `react-dom` docs for [`<form>`](/reference/react-dom/components/form), [`<input>`](/reference/react-dom/components/input), and `<button>`.
### React DOM: New hook: `useFormStatus` {/*new-hook-useformstatus*/}