강의

멘토링

커뮤니티

Inflearn コミュニティ Q&A

rlaxogus05170283 のプロフィール画像
rlaxogus05170283

投稿した質問数

React&Expressを使用したWebアプリケーションの開発

Contactデータ追加機能の実装|コンポーネントアプリケーション

Uncaught TypeError: Cannot read property 'func' of undefined 에러ㅜㅜ

作成

·

356

0

강의 재밌게 잘 보고있습니다!

다름이 아니라 에러가 하나 안잡히는 것이 있는데요.

'Contact 데이터 추가기능 구현 | 컴포넌트 응용' 수업 부분에

Uncaught TypeError: Cannot read property 'func' of undefined

이 에러rk 저는 도저히 안잡히는데요...

  1. npm install --save prop-types
  2. import PropTypes from 'prop-types'; (ContactCreate.js)

    이 두단계를 모두 진행했는데 여전히 같은 에러가 뜹니다... 구글링을 계속 해봐도 같은 답변 뿐이어서 답이 없네요 ㅠㅠ

react

回答 2

2

import PropTypes from 'prop-types';

...

ContactCreate.propTypes = {

onCreate : PropTypes.func

};

0

감사합니다 같은 오류였네요!

rlaxogus05170283 のプロフィール画像
rlaxogus05170283

投稿した質問数

質問する