From 7620b51cf0f55bc027e0a59d94fd8e18478dd2ef Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 3 Oct 2024 09:08:58 -0700 Subject: [PATCH] spread --- src/components/Dialog/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 372c92ed1f..4c62ba832f 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -143,14 +143,16 @@ export function Inner({children, style}: DialogInnerProps) { } export const ScrollableInner = React.forwardRef( - function ScrollableInner({children, style}, ref) { + function ScrollableInner({children, style, ...props}, ref) { const insets = useSafeAreaInsets() const {nativeSnapPoint} = useDialogContext() return ( {children}