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 be7531b commit 58bd907Copy full SHA for 58bd907
src/content/reference/react-compiler/target.md
@@ -42,7 +42,7 @@ title: target
42
43
#### 注意事项 {/*caveats*/}
44
45
-- 始终使用字符串值,不要用数字(例如:使用 `'17'` 而非 `17`)
+- 始终使用字符串值,不要用数字(例如使用 `'17'` 而非 `17`)
46
- 不要包含补丁版本号(例如使用 `'18'` 而非 `'18.2.0'`)
47
- React 19 已内置编译器运行时 API
48
- React 17 与 18 需要安装 `react-compiler-runtime@rc`
0 commit comments