diff --git a/content/docs/strict-mode.md b/content/docs/strict-mode.md index 46233199e3d..0f48ba1613c 100644 --- a/content/docs/strict-mode.md +++ b/content/docs/strict-mode.md @@ -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: >