You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling a Vue component using ForceGraphVR I get the following error:
Uncaught TypeError: Class constructor Loader cannot be invoked without 'new'
at new THREE.DRACOLoader (3d-force-graph-vr:2)
at r.init (3d-force-graph-vr:83)
at r.t.exports.System (3d-force-graph-vr:83)
at new r (3d-force-graph-vr:83)
at HTMLElement.value (3d-force-graph-vr:83)
at HTMLElement.value (3d-force-graph-vr:83)
at HTMLElement.value (3d-force-graph-vr:83)
at HTMLElement.value (3d-force-graph-vr:83)
at g (3d-force-graph-vr:2)
at o (3d-force-graph-vr:2)
Calling a Vue component using ForceGraphVR I get the following error:
The main.html contains
Components are loaded in this sequence with vr first. each component is called with its own data object
The text was updated successfully, but these errors were encountered: