diff --git a/code/frameworks/nextjs/src/images/next-image-stub.tsx b/code/frameworks/nextjs/src/images/next-image-stub.tsx index 9091d79e5d35..3fc92c7b29a6 100644 --- a/code/frameworks/nextjs/src/images/next-image-stub.tsx +++ b/code/frameworks/nextjs/src/images/next-image-stub.tsx @@ -42,7 +42,7 @@ Object.defineProperty(NextImage, 'default', { const imageParameters = React.useContext(ImageContext); return ( - + ); }, }); @@ -58,9 +58,9 @@ if (semver.satisfies(process.env.__NEXT_VERSION!, '^13.0.0')) { return ( ); }, @@ -78,9 +78,9 @@ if (semver.satisfies(process.env.__NEXT_VERSION!, '^12.2.0')) { return ( ); },