Skip to content

Qvil Blog

[Error] (TS2749) refers to a value, but is being used as a type here

Error, Typescript, React1 min read

.ts에서 JSX 문법을 사용한 경우 생기는 에러.

import를 정상적으로 인식 못하고 값을 참조했는데 값이 아닌 참조 어쩌구 에러 뜸

파일 확장자를 .tsx로 바꿔주면 해결

참고

https://stackoverflow.com/questions/62059408/reactjs-and-typescript-refers-to-a-value-but-is-being-used-as-a-type-here-ts