Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ React Compiler 与 React 19 RC 配合使用效果最佳。如果你无法升级
{`npm install react-compiler-runtime@rc`}
</TerminalBlock>

你还应该在编译器配置中添加正确的 `target`,值为你所使用的 React 大版本。
你还应该在编译器配置中添加正确的 `target`值,为你所使用的 React 大版本。

```js {3}
// babel.config.js
Expand Down