Skip to content

Commit 60d83be

Browse files
author
Sunil Pai
authored
Add shouldComponentUpdate to list of methods double called in Strict Mode (#2810)
This landed in 16.13 via facebook/react#17942
1 parent a9ab627 commit 60d83be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/strict-mode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Strict mode can't automatically detect side effects for you, but it can help you
103103
* The `render` method
104104
* `setState` updater functions (the first argument)
105105
* The static `getDerivedStateFromProps` lifecycle
106+
* The `shouldComponentUpdate` method
106107

107108
> Note:
108109
>

0 commit comments

Comments
 (0)