We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c56e6 commit 90031f1Copy full SHA for 90031f1
src/content/reference/react-dom/hooks/index.md
@@ -14,11 +14,7 @@ title: "Built-in React DOM Hooks"
14
15
**Form** 允许创建用于提交信息的交互式控件。要在组件中管理表单,请使用以下其中一个 Hook:
16
17
-<<<<<<< HEAD
18
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) 允许根据表单的状态更新用户界面。
19
-=======
20
-* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of a form.
21
->>>>>>> 2859efa07357dfc2927517ce9765515acf903c7c
22
23
```js
24
function Form({ action }) {
0 commit comments