반응형
import styled from 'styled-components/native`;
아래 꺼 다해도 오류 났는데.. 위에꺼 그냥 붙여 넣기하고 native 삭제 했는데.. 에러가 안난다..
이런 일이.. 어디서 잘못 됐었는지 확인 할 방법이 없네.
설치
npm i --save-dev @types/styled-components
package.json 수정
"styled-components": "^6.0.2",
"@types/styled-components": "^5.1.26",
npm 재설치
npm i
반응형
'개발정보' 카테고리의 다른 글
React, some 메서드로 배열 검사하기 (0) | 2023.07.07 |
---|---|
React Hook "useState" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function (0) | 2023.07.05 |
크롬 모바일모드 커서 사라짐 (0) | 2023.07.04 |
visual studio code github 연동 (0) | 2023.07.02 |
React 실습 #1 (0) | 2023.07.02 |