Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add shouldComponentUpdate to list of methods double called in Strict …
…Mode

This landed in 16.13 via facebook/react#17942
  • Loading branch information
Sunil Pai authored Mar 4, 2020
commit 2d7c6c33c2981fff2c152369c2fd08537549c947
1 change: 1 addition & 0 deletions content/docs/strict-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
>
Expand Down