Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6221565

Browse files
committedOct 4, 2023
prettify
1 parent 0b3c34f commit 6221565

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎packages/react-select/src/Select.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,11 @@ export default class Select<
19611961
};
19621962

19631963
const menuElement = (
1964-
<MenuPlacer {...commonProps} {...menuPlacementProps} isLoading={isLoading}>
1964+
<MenuPlacer
1965+
{...commonProps}
1966+
{...menuPlacementProps}
1967+
isLoading={isLoading}
1968+
>
19651969
{({ ref, placerProps: { placement, maxHeight } }) => (
19661970
<Menu
19671971
{...commonProps}

0 commit comments

Comments
 (0)
Please sign in to comment.