본문 바로가기
L'etude

Type '{ routine: Routine | undefined; open: boolean; onClose: () => void; onAddRoutine: (routine: Routine) => void; onEditRoutine: (routine: Routine) => void; }' is not assignable to type 'IntrinsicAttributes & Props'. typescript 에러 해결하기

by hxunz 2022. 5. 24.

프로젝트 하던 중에 이런 에러가 떴다..

결국 물어봐서 ㅎㅐ결했다.

에러가 난 부분은 여기인데 

내가 지정해둔 type Props에 onEditRoutine이 없어서 에러가 난 것이다.

 

 

 

 

 

 

이렇게 Props안에 타입을 지정해줌으로써 해결했다.

'L'etude' 카테고리의 다른 글

react useRef 사용해보기  (0) 2022.06.07
react typescript : todo list 수정하기  (0) 2022.05.24
vscode : npm i & npm ci 차이  (0) 2022.05.23
Javascript : this  (0) 2022.05.23
Javascript : Ajax  (0) 2022.05.20

댓글