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
ReactDOM.render is no longer supported in React 18. Use createRoot instead.
Causes a console warning and will prevent our apps from running in React 18, will default to behaving line React 17 (according to docs).
ReactDOM.render is no longer supported in React 18. Use createRoot instead.
Causes a console warning and will prevent our apps from running in React 18, will default to behaving line React 17 (according to docs).
https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis
The text was updated successfully, but these errors were encountered: