You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
kaichii
added a commit
to kaichii/select
that referenced
this issue
Nov 1, 2023
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
The text was updated successfully, but these errors were encountered: