Cannot read property 'isGeometry' of undefined - latest version crashes this codesandbox

Hi,

While trying to figure out why I am getting this error in my own project, I noticed the same is happening on this example, when updating three to the latest version instead of 0.118.3

Does anyone know which part of my code should to be updated to avoid errors with ‘wireframeGeometry2’ ?

  • to replicate error just update three to latest version

geometry was removed in threejs. you need to figure out how to do the same with buffergeometry.

1 Like