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}