npm install -g create-react-app
static childContextTypes={
store:PropTypes.object
}
static contextTypes={
store:PropTypes.object
}
static propTypes = {
themeColor: PropTypes.string
}
npm install -g create-react-app
static childContextTypes={
store:PropTypes.object
}
static contextTypes={
store:PropTypes.object
}
static propTypes = {
themeColor: PropTypes.string
}