Skip to content

window.THREE does not exist but is required by the ThreeJS pipeline module #2

@evanmcarlson

Description

@evanmcarlson
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.

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions