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 b7d5418 commit 93cfaa0Copy full SHA for 93cfaa0
src/content/reference/react/useTransition.md
@@ -744,9 +744,9 @@ b { display: inline-block; margin-right: 10px; }
744
745
<Note>
746
747
-컴포넌트에서 `action` 프로퍼티를 노출할 때는 transition 내부에서 `await`해야 합니다.
+컴포넌트에서 `action` Prop을 노출할 때는 Transition 내부에서 `await` 해야 합니다.
748
749
-이렇게 하면 `action` 콜백이 동기적이든 비동기적이든 상관없이 작동할 수 있으며, action 내부의 `await`를 추가적인 `startTransition`으로 감쌀 필요가 없습니다.
+이렇게 하면 `action` 콜백이 동기적이든 비동기적이든 상관없이 작동할 수 있으며, Action 내부의 `await`를 추가적인 `startTransition`으로 감쌀 필요가 없습니다.
750
751
</Note>
752
0 commit comments