azmenak / material-ui-nested-menu-item

Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover
73 stars 44 forks source link

MenuProps is not passed to underlying menu #48

Open stevesch opened 1 year ago

stevesch commented 1 year ago

MenuProps is specified as a property for NestedMenuItem, but it is not propagated to the underlying Menu object. Suggest something like

<Menu
  . . .
  {...MenuProps}
>