Skip to content

Commit

Permalink
Fix the React.PropTypes (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
trietphan authored and aksonov committed Jul 30, 2017
1 parent da8cbc0 commit dabf22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function createWrapper(Component, wrapBy) {
@observer
class App extends React.Component {
static propTypes = {
navigator: React.PropTypes.func,
navigator: PropTypes.func,
};

componentDidMount() {
Expand Down

0 comments on commit dabf22c

Please sign in to comment.