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
- Host: GitHub
- URL: https://github.com/beeb/astro-image-repro
- Owner: beeb
- Created: 2022-09-05T05:42:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T09:52:41.000Z (over 3 years ago)
- Last Synced: 2024-12-25T19:24:00.343Z (over 1 year ago)
- Language: Astro
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.