728x90
원인
@types/react/index.d.ts의 HTMLAttributes interface에 css 속성이 없는데, 추가하려고 할 때 타입 에러가 발생한다.
해결
tsconfig.json > compileOptions 에 types 추가
728x90
'React' 카테고리의 다른 글
Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider> (0) | 2023.08.24 |
---|---|
lement type is invalid: expected a string (for built-in components) or a class/function... (0) | 2023.08.22 |
redux 에러코드 Error: Cannot read properties of undefined (reading 'getState') (0) | 2023.08.14 |
redux toolkit (0) | 2023.07.10 |
npm install redux-thunk --save (0) | 2023.07.07 |
댓글