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 ce4aa0d commit 243c6a6Copy full SHA for 243c6a6
src/content/reference/react/useTransition.md
@@ -585,11 +585,7 @@ export async function updateQuantity(newQuantity) {
585
586
你可以通过组件暴露一个 `action` 属性,允许父组件调用一个 Action。
587
588
-<<<<<<< HEAD
589
-例如,这个 `TabButton` 组件将其点击事件逻辑封装到 `action` 属性中:
590
-=======
591
-For example, this `TabButton` component wraps its `onClick` logic in an `action` prop:
592
->>>>>>> a3e9466dfeea700696211533a3570bc48d7bc3d3
+例如,这个 `TabButton` 组件将 `onClick` 事件逻辑封装到 `action` 属性中:
593
594
```js {8-12}
595
export default function TabButton({ action, children, isActive }) {
0 commit comments