mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
Removed hyperlink from 'a' (#2296)
The sentence in line114 - "For this change, we’ve provided a [codemod](https://github.com/reactjs/react-codemod#error-boundaries) to automatically migrate your code" had hyperlink added to [a codemod] instead of only to [codemod]. Updated this.
This commit is contained in:
committed by
Alexey Pyltsyn
parent
97adbe54b3
commit
a3cb7c5235
@@ -111,4 +111,4 @@ Error boundaries preserve the declarative nature of React, and behave as you wou
|
||||
|
||||
React 15 included a very limited support for error boundaries under a different method name: `unstable_handleError`. This method no longer works, and you will need to change it to `componentDidCatch` in your code starting from the first 16 beta release.
|
||||
|
||||
For this change, we’ve provided [a codemod](https://github.com/reactjs/react-codemod#error-boundaries) to automatically migrate your code.
|
||||
For this change, we’ve provided a [codemod](https://github.com/reactjs/react-codemod#error-boundaries) to automatically migrate your code.
|
||||
|
||||
Reference in New Issue
Block a user