Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Oct 4, 2023
1 parent 0b3c34f commit 6221565
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react-select/src/Select.tsx
Expand Up @@ -1961,7 +1961,11 @@ export default class Select<
};

const menuElement = (
<MenuPlacer {...commonProps} {...menuPlacementProps} isLoading={isLoading}>
<MenuPlacer
{...commonProps}
{...menuPlacementProps}
isLoading={isLoading}
>
{({ ref, placerProps: { placement, maxHeight } }) => (
<Menu
{...commonProps}
Expand Down

0 comments on commit 6221565

Please sign in to comment.