Skip to content

Commit e538800

Browse files
Update react-19.md (#6813)
1 parent 6d0aca1 commit e538800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Actions are also integrated with React 19's new `<form>` features for `react-dom
186186

187187
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.
188188

189-
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).
189+
For more information, see the `react-dom` docs for [`<form>`](/reference/react-dom/components/form), [`<input>`](/reference/react-dom/components/input), and `<button>`.
190190

191191
### React DOM: New hook: `useFormStatus` {/*new-hook-useformstatus*/}
192192

0 commit comments

Comments
 (0)