From d0364eff37a221052c4f24a8aba1a484aeb3cbcf Mon Sep 17 00:00:00 2001 From: Katie McFaul Date: Thu, 18 Jul 2024 11:39:31 -0400 Subject: [PATCH] fix(DragDrop): fix flexgrow type --- .../src/components/DragDrop/examples/DragDropMultipleLists.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/src/components/DragDrop/examples/DragDropMultipleLists.tsx b/packages/react-core/src/components/DragDrop/examples/DragDropMultipleLists.tsx index 4a02ec361b0..ee59a0e503a 100644 --- a/packages/react-core/src/components/DragDrop/examples/DragDropMultipleLists.tsx +++ b/packages/react-core/src/components/DragDrop/examples/DragDropMultipleLists.tsx @@ -88,7 +88,7 @@ export const DragDropMultipleLists: React.FunctionComponent = () => { {Object.entries(items).map(([key, subitems]) => ( - + {(subitems as ItemType[]).map(({ id, content }) => ( {content}