Fixes error on 2nd time entering AR: Uncaught DOMException: Failed to execute 'getPose' on 'XRFrame': XRSpace and XRFrame sessions do not match.
@@ -153,6 +153,8 @@ class WebXRManager extends EventDispatcher {
if ( inputSource === null ) continue;
+ controllerInputSources[ i ] = null;
+
controllers[ i ].disconnect( inputSource );
}