Fix: ReactDOM.render is no longer supported in React 18

When you are creating new React App and getting below mentioned error: Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it’s running React 17. Then you are not alone. Most of the people getting this error. React 18 …

Read More