From a34f781d34612618f861fc9c694733a05cbfe6b2 Mon Sep 17 00:00:00 2001 From: shangqunfeng Date: Tue, 5 Nov 2024 14:24:10 +0800 Subject: [PATCH] fix(*): fix code. --- .../webpack-plugin/lib/runtime/components/react/mpx-image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-plugin/lib/runtime/components/react/mpx-image.tsx b/packages/webpack-plugin/lib/runtime/components/react/mpx-image.tsx index e3112fff0..f7173a771 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/mpx-image.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/mpx-image.tsx @@ -367,7 +367,7 @@ const Image = forwardRef, ImageProps>((props, re /> : renderImage({ source: { uri: src }, - resizeMode: resizeMode, + resizeMode, onLoad: bindload && onImageLoad, onError: binderror && onImageError, style: {