Skip to content

Commit a2888a2

Browse files
committed
docs: address spacing review
1 parent 9c240f7 commit a2888a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/cacheSignal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function Component() {
8585

8686
### React がレンダリングを完了した後のエラーを無視する {/*ignore-errors-after-react-has-finished-rendering*/}
8787

88-
関数が例外をスローした場合、その原因がキャンセルであることがあります(例えば、<CodeStep step={1}>データベース接続</CodeStep> が閉じられた場合など)。<CodeStep step={2}>`aborted` プロパティ</CodeStep> を使用すると、そのエラーがキャンセルによるものか、本当のエラーなのかを確認できます。キャンセルが原因のエラーを、<CodeStep step={3}>無視</CodeStep>すべき場合があります。
88+
関数が例外をスローした場合、その原因がキャンセルであることがあります(例えば、<CodeStep step={1}>データベース接続</CodeStep> が閉じられた場合など)。<CodeStep step={2}>`aborted` プロパティ</CodeStep> を使用すると、そのエラーがキャンセルによるものか、本当のエラーなのかを確認できます。キャンセルが原因のエラーを、<CodeStep step={3}>無視</CodeStep> すべき場合があります。
8989

9090
```js [[1, 2, "./database"], [2, 8, "cacheSignal()?.aborted"], [3, 12, "return null"]]
9191
import {cacheSignal} from "react";

0 commit comments

Comments
 (0)