iannbing / react-simple-tree-menu

A simple React tree menu component
MIT License
137 stars 48 forks source link

`TreeMenuItem` type is just for `li` elements #203

Open corysimmons opened 2 years ago

corysimmons commented 2 years ago

It should probably be for any HTML element.

https://github.com/iannbing/react-simple-tree-menu/blob/2d9990ab1b51c01dec701d8dd35f47bd5cd160af/src/TreeMenu/renderProps.tsx#L25