Trouble Shooting

Trouble Shooting

[React] Vite 프로젝트에서 ReactDOM.render Warning

Remember Plus 프로젝트를 진행하던 중 콘솔창에서 다음과 같은 warning 이 발생했다. vite를 이용한 프로젝트가 처음이라 warning을 해결한 과정을 정리해보려고 한다. warning message 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 17. Learn more: warning이 발생한 코드 //main.tsx import ReactDOM from 'react-dom'; import '..

sweetrain_owo
'Trouble Shooting' 카테고리의 글 목록