From 77b21001cc67e92e4153f4ffefc12c36a41d434b Mon Sep 17 00:00:00 2001 From: FoSuCloud <49218295+FoSuCloud@users.noreply.github.com> Date: Fri, 22 Mar 2024 02:24:21 +0800 Subject: [PATCH] Fix(example) : Image missing width property in with-redux example (#63546) - Fixes https://github.com/vercel/next.js/issues/63542 Co-authored-by: yelipei Co-authored-by: Steven --- 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) {