Q&A
Uncaught TypeError: Cannot read property 'func' of undefined 에러ㅜㅜ
import PropTypes from 'prop-types'; ... ContactCreate.propTypes = { onCreate : PropTypes.func };
- Likes
- 0
- Comments
- 2
- Viewcount
- 371
Q&A
import PropTypes from 'prop-types'; ... ContactCreate.propTypes = { onCreate : PropTypes.func };