Skip to content

Commit 69148ca

Browse files
YucohnyXleine
and
Xleine
authored
Update src/content/reference/react/StrictMode.md
Co-authored-by: Xleine <919143384@qq.com>
1 parent 31444cc commit 69148ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/StrictMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ root.render(
5252

5353
#### 注意事项 {/*caveats*/}
5454

55-
* 在由 `<StrictMode>` 包裹的树中,无法选择退出严格模式。这可以确保在 `<StrictMode>` 内的所有组件都经过检查。如果两个团队在一个产品上工作,对于是否认为这些检查有价值存在分歧,他们需要达成共识或将 `<StrictMode>` 下移到树的较低层级。
55+
* 在由 `<StrictMode>` 包裹的树中,无法选择退出严格模式。这可以确保在 `<StrictMode>` 内的所有组件都经过检查。如果两个团队在一个产品上工作,并且对于这些检查是否有价值存在分歧,他们需要达成共识或将 `<StrictMode>` 下移到树的较低层级。
5656

5757
---
5858

0 commit comments

Comments
 (0)