From 3abff44af6f2222b55b08d476ffed89094339e18 Mon Sep 17 00:00:00 2001 From: maksim hodasevich Date: Mon, 20 Jan 2025 16:27:15 +0100 Subject: [PATCH] ignore type --- packages/ui/components/ui/image/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/components/ui/image/index.tsx b/packages/ui/components/ui/image/index.tsx index 1b6a710..fb3b29c 100644 --- a/packages/ui/components/ui/image/index.tsx +++ b/packages/ui/components/ui/image/index.tsx @@ -24,6 +24,7 @@ export function ImageContainer({ export function Image({ aspectRatio, fit, ...props }: IImageProps) { return ( + {/* @ts-ignore */}