edgestorejs/edgestore

Error: Image with src "blob:http://localhost:3000/0a4d8c9b-c204-413e-9990-7a32b711735d" is missing required "width" property.

Axolem opened this issue · 1 comments

Axolem commented
Untitled.video.-.Screen.Recording.-.2023_12_17.10_28_11.webm
Axolem commented

My mistake, I change the image input to Image from Nextjs

<Image
    className="h-full w-full rounded-md object-cover"
    src={imageUrl}
    alt={acceptedFiles[0]?.name ?? "Uploaded image"}
/>