xr.js:47 Uncaught Error: window.THREE does not exist but is required by the ThreeJS pipeline module
The error prevents the page from loading and comes from the Threejs pipeline module.
The check for window.THREE in the Threejs pipeline module should be removed or updated.
The error is currently suppressed with this workaround in in app.js:
import * as THREE from 'three';
window.THREE = THREE
The error prevents the page from loading and comes from the Threejs pipeline module.
The check for window.THREE in the Threejs pipeline module should be removed or updated.
The error is currently suppressed with this workaround in in app.js: