Skip to content

Commit 90031f1

Browse files
fix conflict
1 parent 79c56e6 commit 90031f1

File tree

1 file changed

+0
-4
lines changed
  • src/content/reference/react-dom/hooks

1 file changed

+0
-4
lines changed

src/content/reference/react-dom/hooks/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ title: "Built-in React DOM Hooks"
1414

1515
**Form** 允许创建用于提交信息的交互式控件。要在组件中管理表单,请使用以下其中一个 Hook:
1616

17-
<<<<<<< HEAD
1817
* [`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
2218

2319
```js
2420
function Form({ action }) {

0 commit comments

Comments
 (0)