Skip to content

Recent three-mesh-bvh upgrade to 0.7.7 breaks reagraph #277

@jmurreypc

Description

@jmurreypc

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

  1. Add "reagraph": "^4.19.3" to your projects package.json.
  2. Run npm install.
  3. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions