Programming/React

[React] ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API 오류

ORBIT_ 2022. 6. 28. 18:25

 

작업 도중 하단의 내용처럼 오류가 뜨길래 눈에 거슬려서 처리함.

 

Before

 

After

 

1. 'react-dom' 경로 'react-dom/client'로 변경

2. 기존 작성방식 변경해서 <App /> 불러오기