We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333c256 commit aff08d5Copy full SHA for aff08d5
1 file changed
src/content/reference/react-compiler/compilationMode.md
@@ -10,7 +10,7 @@ title: compilationMode
10
11
```js
12
{
13
- compilationMode: 'infer' // 或 'annotation', 'syntax', 'all'
+ compilationMode: 'infer' // 或 'annotation'、'syntax' 和 'all'
14
}
15
```
16
0 commit comments