From fcaafed276887e1345aa6e81977320a8fda70717 Mon Sep 17 00:00:00 2001 From: yelipei Date: Thu, 21 Mar 2024 11:16:01 +0800 Subject: [PATCH] fix: Image missing width property in with-redux example --- examples/with-redux/app/layout.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/with-redux/app/layout.tsx b/examples/with-redux/app/layout.tsx index 7493f7cec6106..c8127135bea7c 100644 --- a/examples/with-redux/app/layout.tsx +++ b/examples/with-redux/app/layout.tsx @@ -19,7 +19,13 @@ export default function RootLayout({ children }: Props) {