I've got an app where I update the image being used for the <a-sky> background. Without stereo-component turned on my scene updates correctly, with the stereo-component turned on it does not update. I've tried it with document.querySelector('a-scene').reload() and my screen goes blank.
I've got an app where I update the image being used for the
<a-sky>
background. Without stereo-component turned on my scene updates correctly, with the stereo-component turned on it does not update. I've tried it withdocument.querySelector('a-scene').reload()
and my screen goes blank.