-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
As initially reported by pmndrs/xr#441 , devui and sem define here
| "three": "^0.165.0" |
| "three": "^0.165.0", |
This causes a) ThreeJS complaining about it:
chunk-2ZZFEP3S.js?v=81bb81e4:28703 WARNING: Multiple instances of Three.js being imported.
emulate-6T5PAMJH.js?v=81bb81e4:22803 WARNING: Multiple instances of Three.js being imported.
and b) a hardcrash to occur since Three v0.176.0 or deprecation notices since v0.166.0 due to changes made in mrdoob/three.js#30821
Something has to be done about the dependency chain. A simple version bump won't suffice.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels