Replies: 1 comment
|
Confirmed still live on current main: Since ascorbic maintains both repos, the cleanest path is probably getting #18 merged/released upstream and bumping the pin here — but if you want a stopgap sooner, splitting the returned shorthand into |
Uh oh!
There was an error while loading. Please reload this page.
We discovered that the
component's blurhash background image previews aren't rendering at all in the latest Chrome browser (ref EmDashImage.astro). This is because the inline background style was being silently discarded by the browser as invalid CSS.
Root cause: @unpic/placeholder's
blurhashToImageCssStringreturnsbackground: url("...") cover, which is invalid shorthand. The CSS spec requires background-position before /background-size, e.g. center/cover.For visibility, I've opened a fix upstream: ascorbic/unpic-placeholder#18
In our case, a pnpm patch generated with Claude was able to temporarily resolve it.
All reactions