본문 바로가기
에러

Could not find a declaration file for module 'react-dom/client'

by 승행 2022. 12. 20.

리액트+타입스크립트로 프로젝트 파일 생성하는데 자꾸 에러가 발생한다.

 

import ReactDOM from "react-dom/client";

위 코드에 Could not find a declaration file for module 'react-dom/client' 이런 에러가 떴다.

 

 

해결방법

npm install --save @types/react @types/react-dom