Skip to content

Commit

Permalink
add loadContext propType
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Mar 10, 2016
1 parent be7b0e4 commit 225db73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/AsyncProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const AsyncProps = React.createClass({
},

propTypes: {
loadContext: object,
components: array.isRequired,
params: object.isRequired,
location: object.isRequired,
Expand Down

0 comments on commit 225db73

Please sign in to comment.