Skip to content

Commit 58bd907

Browse files
authored
Update src/content/reference/react-compiler/target.md
1 parent be7531b commit 58bd907

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-compiler

1 file changed

+1
-1
lines changed

src/content/reference/react-compiler/target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ title: target
4242

4343
#### 注意事项 {/*caveats*/}
4444

45-
- 始终使用字符串值,不要用数字(例如:使用 `'17'` 而非 `17`
45+
- 始终使用字符串值,不要用数字(例如使用 `'17'` 而非 `17`
4646
- 不要包含补丁版本号(例如使用 `'18'` 而非 `'18.2.0'`
4747
- React 19 已内置编译器运行时 API
4848
- React 17 与 18 需要安装 `react-compiler-runtime@rc`

0 commit comments

Comments
 (0)