You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/reference-react-component.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -634,4 +634,4 @@ CustomButton.defaultProps = {
634
634
635
635
Дополнительную информацию можно найти в разделе [Состояние и жизненный цикл](/docs/state-and-lifecycle.html).
636
636
637
-
Никогда не мутируйте `this.state` напрямую, так как позднее вызов `setState()` может заменить мутацию, которую вы сделали. Относитесь к `this.state` как к иммутабельному объекту.
637
+
Никогда не мутируйте `this.state` напрямую, так как более поздний вызов `setState()` может перезаписать эту мутацию. Относитесь к `this.state` как к иммутабельному объекту.
0 commit comments