인프런 커뮤니티 질문&답변
Uncaught TypeError: Cannot read property 'func' of undefined 에러ㅜㅜ
작성
·
337
0
강의 재밌게 잘 보고있습니다!
다름이 아니라 에러가 하나 안잡히는 것이 있는데요.
'Contact 데이터 추가기능 구현 | 컴포넌트 응용' 수업 부분에
Uncaught TypeError: Cannot read property 'func' of undefined
이 에러rk 저는 도저히 안잡히는데요...
- npm install --save prop-types
- import PropTypes from 'prop-types'; (ContactCreate.js)이 두단계를 모두 진행했는데 여전히 같은 에러가 뜹니다... 구글링을 계속 해봐도 같은 답변 뿐이어서 답이 없네요 ㅠㅠ 







