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: beta/src/content/reference/react/legacy.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "Legacy React APIs"
4
4
5
5
<Intro>
6
6
7
-
These APIs are exported from the `react` package, but they are not recommended for use in the newly written code. See the linked individual API pages for the suggested alternatives.
7
+
These APIs are exported from the `react` package, but they are not recommended for use in newly written code. See the linked individual API pages for the suggested alternatives.
8
8
9
9
</Intro>
10
10
@@ -31,4 +31,4 @@ These APIs will be removed in a future major version of React.
31
31
32
32
</Deprecated>
33
33
34
-
*[`createFactory`](/reference/react/createFactory) lets you create a function that produces React elements of a certain type.
34
+
*[`createFactory`](/reference/react/createFactory) lets you create a function that produces React elements of a certain type.
0 commit comments