We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893a45e commit 1720d01Copy full SHA for 1720d01
src/content/reference/react/useTransition.md
@@ -1543,7 +1543,7 @@ main {
1543
1544
### 使用错误边界向用户显示错误 {/*displaying-an-error-to-users-with-error-boundary*/}
1545
1546
-如果传递给 `startTransition` 的函数抛出错误,可以通过[错误边界(error boundary)](/reference/react/Component#catching-rendering-errors-with-an-error-boundary)向用户显示错误。要使用错误边界,请将调用 `useTransition` 的组件包裹在错误边界中。当传递给 `startTransition` 的函数报错时,错误边界的备用UI将会显示。
+如果传递给 `startTransition` 的函数抛出错误,可以通过[错误边界(error boundary)](/reference/react/Component#catching-rendering-errors-with-an-error-boundary) 向用户显示错误。要使用错误边界,请将调用 `useTransition` 的组件包裹在错误边界中。当传递给 `startTransition` 的函数报错时,错误边界的备用 UI 将会显示。
1547
1548
<Sandpack>
1549
0 commit comments