An open API service indexing awesome lists of open source software.

https://github.com/beeb/astro-image-repro

Bug repro
https://github.com/beeb/astro-image-repro

Last synced: 7 months ago
JSON representation

Bug repro

Awesome Lists containing this project

README

          

To repro, install deps with `pnpm install`, I used node 18 but the bug also appears with node 16.
Then try to build with `pnpm run build`.

The problem disappears if the `background` prop on the image component is removed.