error일지
Typescript: Component cannot be used as a JSX component. Its return type 'Element[]' is not a valid JSX element
rachel_13
2023. 6. 1. 23:58
next 버전이랑 typescript 버전이 안맞아서 발생하는 문제
- build 파일, node_modules, .d.ts 타입 정의 파일 삭제하기,
- npm 캐시 삭제하기. (npm cache clean 명령어 사용)
그리고 다시 재설치하였더니 해당 오류는 없어졌다..