three-glow-mesh
three-glow-mesh copied to clipboard
Fails to build with latest version of three.js
I have had to use the latest version of three.js in my project as a dependency. Since upgrade my project fails to build with the following error:
Failed to compile.
/MyProject/node_modules/three-glow-mesh/dist/index.module.js
Attempted import error: 'Face3' is not exported from 'three' (imported as 'o').
error Command failed with exit code 1.
It looks like three.js made a breaking change and it requires your library to be updated.
My dependency on three-glow-mesh is because I am using react-globe.
Thanks!