Skip to content

Commit 60a1269

Browse files
authored
Update src/content/learn/react-compiler/incremental-adoption.md
1 parent 0e65794 commit 60a1269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler/incremental-adoption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function useSortedData(data) {
173173

174174
这可以在你评估编译器影响的同时,精确控制哪些组件会被编译。
175175

176-
## 运行时控制 {/*runtime-gating*/}
176+
## 运行时控制 {/*runtime-feature-flags-with-gating*/}
177177

178178
`gating`选项使你能够在运行时使用功能标志控制编译。这对于运行A/B测试或根据用户细分逐步推出编译器非常有用。
179179

0 commit comments

Comments
 (0)