Skip to content

Commit

Permalink
docs(cn): fix words in content/docs/forwarding-refs.md (reactjs#353)
Browse files Browse the repository at this point in the history
此处应作`破坏`而非`破环`。
  • Loading branch information
reactjser authored and QC-L committed Dec 16, 2019
1 parent 85964bc commit 77e359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/forwarding-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ React 组件隐藏其实现细节,包括其渲染结果。其他使用 `FancyB

**当你开始在组件库中使用 `forwardRef` 时,你应当将其视为一个破坏性更改,并发布库的一个新的主版本。** 这是因为你的库可能会有明显不同的行为(例如 refs 被分配给了谁,以及导出了什么类型),并且这样可能会导致依赖旧行为的应用和其他库崩溃。

出于同样的原因,当 `React.forwardRef` 存在时有条件地使用它也是不推荐的:它改变了你的库的行为,并在升级 React 自身时破环用户的应用
出于同样的原因,当 `React.forwardRef` 存在时有条件地使用它也是不推荐的:它改变了你的库的行为,并在升级 React 自身时破坏用户的应用

## 在高阶组件中转发 refs {#forwarding-refs-in-higher-order-components}

Expand Down

0 comments on commit 77e359d

Please sign in to comment.