Skip to content

Commit

Permalink
Merge pull request #3646 from reactjs/remove-deprecated-propTypes
Browse files Browse the repository at this point in the history
Remove deprecated propTypes
  • Loading branch information
taion authored Jul 19, 2016
2 parents a778387 + 0265c68 commit e5bf389
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const Router = React.createClass({
onError: func,
onUpdate: func,

// Deprecated:
parseQueryString: func,
stringifyQuery: func,

// PRIVATE: For client-side rehydration of server match.
matchContext: object
},
Expand Down

0 comments on commit e5bf389

Please sign in to comment.