[VSCode] useRef import시 react/cjs/react.production.min로 import 되는 현상

useRef를 import 할 때 react/cjs/react.production.min로 경로가 뜰 때가 있다.

해결방법 

npm install --save @types/react

 

 

Ref )

stackoverflow.com/questions/46871567/webstorm-auto-completion-does-not-work-for-react-js/46871647

https://samtao.tistory.com/29