reactjs101 icon indicating copy to clipboard operation
reactjs101 copied to clipboard

在Ch04的例子中,新版本的propTypes需要引入新的包prop-types

Open hellozhimin opened this issue 7 years ago • 0 comments

import PropTypes from 'prop-types'; HelloMessage.propTypes = { name: PropTypes.string }

否则会报错

hellozhimin avatar Mar 22 '18 07:03 hellozhimin