From 479c85d9f4752f8cef6042385f94b34af60d964b Mon Sep 17 00:00:00 2001 From: johnwalley Date: Fri, 5 Jan 2024 13:46:59 +0000 Subject: [PATCH] Add id prop to Allotment component --- src/allotment.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allotment.tsx b/src/allotment.tsx index e7d51306..52d4ff86 100644 --- a/src/allotment.tsx +++ b/src/allotment.tsx @@ -130,6 +130,7 @@ const Allotment = forwardRef( { children, className, + id, maxSize = Infinity, minSize = 30, proportionalLayout = true,