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
@@ -19,7 +19,7 @@ redirect_from:
19
19
20
20
## Overview
21
21
22
-
React provides two ways to define components. For very simple components that just render something based on their props, you can use a function:
22
+
React provides two ways to define components. For very simple components that render something based on their props and don't do anything else, you can use a function:
0 commit comments