mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Add shouldComponentUpdate to list of methods double called in Strict Mode (#2810)
This landed in 16.13 via https://github.com/facebook/react/pull/17942
This commit is contained in:
@@ -103,6 +103,7 @@ Strict mode can't automatically detect side effects for you, but it can help you
|
||||
* The `render` method
|
||||
* `setState` updater functions (the first argument)
|
||||
* The static `getDerivedStateFromProps` lifecycle
|
||||
* The `shouldComponentUpdate` method
|
||||
|
||||
> Note:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user