Warning: ReactDOM.render is no longer supported in React 18
Question
Hi,
I'm getting this error message in my console:
react-dom.development.js:86 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 ...