diff --git a/packages/react-aria-components/stories/Select.stories.tsx b/packages/react-aria-components/stories/Select.stories.tsx index 9b42c5ba954..51f9473833a 100644 --- a/packages/react-aria-components/stories/Select.stories.tsx +++ b/packages/react-aria-components/stories/Select.stories.tsx @@ -145,16 +145,16 @@ export const AsyncVirtualizedCollectionRenderSelect = (args) => { {list.isLoading && } - - - - - + + + + + {item => ( @@ -163,8 +163,8 @@ export const AsyncVirtualizedCollectionRenderSelect = (args) => { - - + + ); };