-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Projects with a dependency on reagraph can no longer be built, due to the latest upgrade in three-mesh-bvh.
Steps to Reproduce the Bug or Issue
- Add "reagraph": "^4.19.3" to your projects package.json.
- Run npm install.
- Build your application with any build tool.
Expected behavior
Build should be successful
Screenshots or Videos
Build fails with error:
ERROR in ./node_modules/three-mesh-bvh/src/utils/ExtensionUtilities.js 10:31-60
export 'BatchedMesh' (imported as 'BatchedMesh') was not found in 'three' (possible exports: ....
Platform
- Reagraph Version: 4.19.3
Your Example Website or App
No response
Additional context
This may be able to be fixed by updating reagraphs dependency on three. It is currently at 0.154.0, but the latest version of three is 0.168.0
vladtopchu, brian-murphy and ShimSangminKnockKnocknestorsalceda, ShimSangminKnockKnock and gabaker
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working