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
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.
Legacy APIs
Found in 26 files: Children lets you manipulate and transform the JSX received as the children prop. See alternatives.
Found in 20 files: cloneElement lets you create a React element using another element as a starting point. See alternatives.
Found in 2 files: createElement lets you create a React element. Typically, you’ll use JSX instead.
Found in EbayPagination and tests/stories: createRef creates a ref object which can contain arbitrary value. See alternatives.
https://react.dev/reference/react/legacy
Legacy React APIs
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.
Legacy APIs
The text was updated successfully, but these errors were encountered: