Skip to content

Commit

Permalink
Merge pull request #3046 from Autodesk/fix/menu-proptype
Browse files Browse the repository at this point in the history
fix: highlighted should have a proptype of number
  • Loading branch information
wmui51 authored Sep 15, 2023
2 parents 242b35b + a29b0d9 commit c4296d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/menu/src/behaviors/MenuBehavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ MenuBehavior.propTypes = {
handleFocus: PropTypes.func,
handleKeyDown: PropTypes.func,
handleMouseMove: PropTypes.func,
highlighted: PropTypes.func,
highlighted: PropTypes.number,
menuRef: PropTypes.func,
multiple: PropTypes.bool,
onBlur: PropTypes.func,
Expand Down

0 comments on commit c4296d6

Please sign in to comment.