질문&답변
Uncaught TypeError: Cannot read property 'func' of undefined 에러ㅜㅜ
import PropTypes from 'prop-types'; ... ContactCreate.propTypes = { onCreate : PropTypes.func };
- 좋아요수
- 0
- 댓글수
- 2
- 조회수
- 371
질문&답변
import PropTypes from 'prop-types'; ... ContactCreate.propTypes = { onCreate : PropTypes.func };