Any way to hide the default gray image while it's loading/fetching the image? #381
Replies: 1 comment 1 reply
|
nevermind. while playing around with the props, found out if I add the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
if I use the TurboImage component to fetch an URI it will place a gray placeholder while it loads. Is there a way to disable this as I don't want to add a
placeholderblurhash for each image. Or is there any recommended way of achieving this?thanks
All reactions