diff --git a/src/app/page.tsx b/src/app/page.tsx index 007448e..4d6a481 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ const LiveImageAsset = track(function LiveImageAsset({ shape }: { shape: LiveIma const asset = editor.getAsset(assetId) return ( asset && - asset.props.src( + asset.props.src && (