타입스크립트 에러 is not assignable to type IntrinsicAttributes

jisooo·2023년 1월 7일
0

Type '{ PostHandler: (e: FormEvent) => void; Setcontent: Dispatch<SetStateAction>; Settitle: Dispatch<SetStateAction>; SetImage: Dispatch<...>; image: undefined; }' is not assignable to type 'IntrinsicAttributes & { Settitle: any; Setcontent: any; SetImage: any; PostHandler: any; }'.
Property 'image' does not exist on type 'IntrinsicAttributes & { Settitle: any; Setcontent: any; SetImage: any; PostHandler: any; }'.

위 에러는 메인 프로젝트 질문 작성 페이지를 리팩토링 하던중 발생한 오류이다.

원인코드

해결방법

원인은 에러가난 해당 props가 하위 컴포넌트에서 사용되지 않아서 발생했던 오류였다. 사용하지 안는 props를 삭제해주니 에러가 해결되었다.

0개의 댓글

관련 채용 정보