Skip to content

Commit

Permalink
Fix reference to prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed Dec 7, 2017
1 parent 893bdc5 commit 365786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 365786b

Please sign in to comment.