fix: Prevent rendering of undefined SVG placeholder
This commit is contained in:
@@ -203,7 +203,7 @@ const Image = (
|
||||
}
|
||||
}}
|
||||
/>
|
||||
{!loaded && (
|
||||
{!loaded && size.width && size.height && (
|
||||
<img
|
||||
style={{
|
||||
...widthStyle,
|
||||
|
||||
Reference in New Issue
Block a user