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
It was unintentional. The goal of that PR was to match the exports of three.js in order to avoid exporting more JS values from the main entry-point than three.js does, however I missed a few type-only exports that should still be exported.
#1131 adds back some of the other type exports I missed. I'll work on creating a PR to add these back as well, or feel free to do it yourself if you beat me to it.
PR #1079 seems to have removed the following export from
three.d.ts
Which causes missing
THREE.WebXRArrayCamera
andTHREE.WebXRManager
symbol errors in our codebase.Do you know if the change was intentional?
The text was updated successfully, but these errors were encountered: