From b6bed15a003761de52ba782c419b9ea4106c4b19 Mon Sep 17 00:00:00 2001 From: Bryce Russell Date: Sun, 29 Jan 2023 03:00:48 -0600 Subject: [PATCH] Fix local image example (#6019) - `aspectRatio` prop requires a `width` or `height` prop Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com> --- packages/integrations/image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index 455b84301..213d9d3bb 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -530,7 +530,7 @@ import heroImage from '../assets/hero.png'; descriptive text // cropping to a specific aspect ratio and converting to an avif format -descriptive text +descriptive text // image imports can also be inlined directly descriptive text