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
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
The text was updated successfully, but these errors were encountered:
A note about the scope here... I'm seeing this on all reagraph versions going back to at least v2.1.6 (that's just how far I tested, it probably goes back further).
I'm looking for a workaround at the moment. Would be glad to hear if anyone has already figured one out.
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
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
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
The text was updated successfully, but these errors were encountered: