질문&답변
Uncaught TypeError: Cannot read property 'func' of undefined 에러ㅜㅜ
import PropTypes from 'prop-types';...ContactCreate.propTypes = { onCreate : PropTypes.func};