You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed some odd behaviour. When I'm loading a particular image, "SI.jpg" in the attached screenshot, I've noticed both react and aframe make independent requests to load it. Does anyone have any idea why this might be happening?
(The image is requested in an <a-assets><img> tag)
The text was updated successfully, but these errors were encountered:
I wonder if it's because the element is cloned if crossorigin is not set?
And so two load requests are sent (one for the original, and then another for the clone)?
Hello!
I noticed some odd behaviour. When I'm loading a particular image, "SI.jpg" in the attached screenshot, I've noticed both react and aframe make independent requests to load it. Does anyone have any idea why this might be happening?
(The image is requested in an
<a-assets>
<img>
tag)The text was updated successfully, but these errors were encountered: