mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
Rephrase sentence (#4880)
Rephrase sentence referring to the single legacy method of 'UNSAFE_comonentWillMount()' on the Notes section within the 'Mounting' topic.
This commit is contained in:
@@ -52,7 +52,7 @@ These methods are called in the following order when an instance of a component
|
||||
|
||||
>Note:
|
||||
>
|
||||
>These methods are considered legacy and you should [avoid them](/blog/2018/03/27/update-on-async-rendering.html) in new code:
|
||||
>This method is considered legacy and you should [avoid it](/blog/2018/03/27/update-on-async-rendering.html) in new code:
|
||||
>
|
||||
>- [`UNSAFE_componentWillMount()`](#unsafe_componentwillmount)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user