Fix reference to prop-types

This commit is contained in:
fand
2017-12-07 10:33:27 +09:00
parent 893bdc5c69
commit 365786bfba
+1 -1
View File
@@ -93,7 +93,7 @@ class TestSix extends React.Component<any> {
class TestSeven extends React.Component<any> {
static propTypes = {
foo: React.PropTypes.string.isRequired
foo: PropTypes.string.isRequired
}
render() {