[React] Typo in static class property declaration react/no-types

blair·2020년 12월 30일
0

React

목록 보기
2/2
post-thumbnail

Proptypes를 이용해서 React 컴포넌트의 prop에 대한 타입을 정의하려고 하니, Typo in static class property declaration react/no-types 라는 에러가 발생한다.

이러한 경우
Movie.Proptypes = { ... } 을
Movie.proptypes = { ... } 로 수정하니 해결!
(대문자를 소문자로)

profile
주니어 기획자의 작은 기록 ✍️

0개의 댓글