<a-sphere color="#EF2D5E" material="color:#EF2D5E;src:#abc" geometry="primitive:sphere;" src="#abc"></a-sphere>
The texture works and references "#abc" in a-assets.
Now when I change the src attribute to:
src=""
The texture doesn't seem to change. If I remove the attribute it goes black.
A-Frame 0.5.0
Example: https://codepen.io/msj121/pen/JNrWxg