Q&A
Uncaught TypeError: Cannot read property 'func' of undefined 에러ㅜㅜ
import PropTypes from 'prop-types'; ... ContactCreate.propTypes = { onCreate : PropTypes.func };
- いいね数
- 0
- コメント数
- 2
- 閲覧数
- 385
Q&A
import PropTypes from 'prop-types'; ... ContactCreate.propTypes = { onCreate : PropTypes.func };