images can't be loaded from local filesystem #908
-
Hi ,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It will be null on the first render (until the image is loaded) but eventually, the image will be loaded. If you think there might be a bug here, please send us a code example that we could reproduce. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Try adding if (!image) {
return null;
} in your component before referring to |
Beta Was this translation helpful? Give feedback.
@sarulathadurai
Try adding
in your component before referring to
image
.