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 dc532db commit f15ef8dCopy full SHA for f15ef8d
src/content/reference/react-compiler/compilationMode.md
@@ -93,7 +93,7 @@ function calculateTotal(items) {
93
}
94
```
95
96
-### アノテーションを使用した段階的な導入 {/*incremental-adoption*/}
+### アノテーションモードを使用した段階的な導入 {/*incremental-adoption*/}
97
98
段階的な移行では、マークされた関数のみをコンパイルするために `'annotation'` モードを使用してください。
99
src/content/reference/react-compiler/logger.md
@@ -56,7 +56,7 @@ title: logger
56
#### 注意点 {/*caveats*/}
57
58
- イベントの構造はバージョン間で変更される可能性があります。
59
-- 大きなコードベースは多くのログエントリを生成します。
+- 大きなコードベースだと、多くのログエントリが生成されます。
60
61
---
62
0 commit comments