Hello! My web page is now just all black and the error is:
Uncaught TypeError: quat.clone(…).invert is not a function
at OrbitControls.js:145
at new OrbitControls (OrbitControls.js:251)
at lic.html:75
The 145th line in OrbitControls.js is: const quatInverse = quat.clone().invert();
and the 75th line in lic.html is: controls = new THREE.OrbitControls(camera,renderer.domElement);