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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2087,7 +2087,7 @@ class ParentComponent extends React.Component {
2087
2087
2088
2088
**[⬆ Back to Top](#table-of-contents)**
2089
2089
2090
-
67. ### Why you can't update props in React?
2090
+
67. ### Why can't you update props in React?
2091
2091
2092
2092
The React philosophy is that props should be _immutable_(read only) and _top-down_. This means that a parent can send any prop values to a child, but the child can't modify received props.
0 commit comments