Skip to content

Commit

Permalink
Update MenuLink prop 'component' to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazy authored and ryanflorence committed Sep 5, 2018
1 parent 37aa5c6 commit 3239ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/menu-button/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ MenuLink.propTypes = {
to: string.isRequired,
onKeyDown: func,
onClick: func,
component: node,
component: string,
style: object,
setState: func,
state: object,
Expand Down

0 comments on commit 3239ac7

Please sign in to comment.