본문 바로가기
React

CSS 속성 사용시 타입 에러 해결 방법

by jyamin 2023. 12. 11.
728x90

원인

@types/react/index.d.ts HTMLAttributes interface에 css 속성이 없는데, 추가하려고 할 때 타입 에러가 발생한다.

해결

tsconfig.json > compileOptions 에 types 추가

728x90

댓글