We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae13c1a commit 0d59fa3Copy full SHA for 0d59fa3
content/docs/error-boundaries.md
@@ -161,6 +161,6 @@ class MyComponent extends React.Component {
161
162
## 自 React 15 的命名更改 {#naming-changes-from-react-15}
163
164
-React 15 中有一个支持有限的错误边界方法 `unstable_handleError`。此方法不再起作用,同时自 React 16 beta 发布起你需要在代码中将其修改为 `componentDidCatch` 。
+React 15 中有一个支持有限的错误边界方法 `unstable_handleError`。此方法不再起作用,同时自 React 16 beta 发布起你需要在代码中将其修改为 `componentDidCatch`。
165
166
对此,我们已提供了一个 [codemod](https://github.com/reactjs/react-codemod#error-boundaries) 来帮助你自动迁移你的代码。
0 commit comments