musehq / spacesvr

A standardized reality for the future of the 3D Web.
https://spacesvr.io
MIT License
182 stars 35 forks source link

Can't resolve 'three/examples/jsm/controls/DeviceOrientationControls' #83

Closed jonrrivera closed 2 years ago

jonrrivera commented 2 years ago

Hey Muse,

Getting this error when installing spacevr into the React-Three-Next starter

Screen Shot 2022-05-11 at 3 01 18 PM

any idea why this is happening? please help

alex-shortt commented 2 years ago

looks like this is the culprit: https://github.com/mrdoob/three.js/pull/22654

make sure to have the right version of three.js 0.127.0 (again, #84 lol)

alex-shortt commented 2 years ago

fixed