|
|
@ -9,7 +9,7 @@ Today we are releasing React 16.9. It contains several new features, bugfixes, a |
|
|
|
|
|
|
|
### Renaming Unsafe Lifecycle Methods {#renaming-unsafe-lifecycle-methods} |
|
|
|
|
|
|
|
[Over a year ago](/blog/2018/03/27/update-on-async-rendering.html), we've announced that unsafe lifecycle methods are getting renamed: |
|
|
|
[Over a year ago](/blog/2018/03/27/update-on-async-rendering.html), we announced that unsafe lifecycle methods are getting renamed: |
|
|
|
|
|
|
|
* `componentWillMount` → `UNSAFE_componentWillMount` |
|
|
|
* `componentWillReceiveProps` → `UNSAFE_componentWillReceiveProps` |
|
|
@ -36,7 +36,7 @@ The new names like `UNSAFE_componentWillMount` **will keep working in both React |
|
|
|
|
|
|
|
>Note |
|
|
|
> |
|
|
|
>Learn more about our [versioning policy and commitent to stability](/docs/faq-versioning.html#commitment-to-stability). |
|
|
|
>Learn more about our [versioning policy and commitment to stability](/docs/faq-versioning.html#commitment-to-stability). |
|
|
|
|
|
|
|
### Deprecating `javascript:` URLs {#deprecating-javascript-urls} |
|
|
|
|
|
|
|