select
select copied to clipboard
dropdownRender doesn't provide props for the menu component
In the documentation it's stated that dropdownRender callback will be called with two arguments: menu jsx and menu props.:
(menu: React.Node, props: MenuProps) => ReactNode
In fact, it's called with just one argument as far as I can see. Either documentation should be updated or implementation should be updated to match documentation