diff --git a/docs/rules/no-did-update-set-state.md b/docs/rules/no-did-update-set-state.md index 649687498b..c01fe355eb 100644 --- a/docs/rules/no-did-update-set-state.md +++ b/docs/rules/no-did-update-set-state.md @@ -1,4 +1,4 @@ -# Prevent usage of setState in componentDidMount (no-did-update-set-state) +# Prevent usage of setState in componentDidUpdate (no-did-update-set-state) Updating the state after a component update will trigger a second `render()` call and can lead to property/layout thrashing.