[WC-3477] Do not render image when the image is not available#2298
[WC-3477] Do not render image when the image is not available#2298r0b1n wants to merge 1 commit into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
AI Code Review
What was reviewed
Skipped (out of scope): CI checks could not be retrieved — verify checks are green before merging. Findings
|
Pull request type
Bug fix (non-breaking change which fixes an issue)
Description
The image widget never checked that value is not available while the image is loading, this made it start fetching images with the url
/undefined. this change fixes it by not rendering the widget id the image (and fallback) is not available or still loading.