remix-three icon indicating copy to clipboard operation
remix-three copied to clipboard

No matching export in "node_modules/three/build/three.module.js" for import "PlaneBufferGeometry"

Open syeef opened this issue 11 months ago • 0 comments

Error messages:

  • No matching export in "node_modules/three/build/three.module.js" for import "PlaneBufferGeometry"
    • node_modules/troika-three-text/dist/troika-three-text.esm.js:1:126:
  • No matching export in "node_modules/three/build/three.module.js" for import "CylinderBufferGeometry"
    • node_modules/troika-three-utils/dist/troika-three-utils.esm.js:1:131:

After following the instructions from the README, these errors are produced. I've ran the postinstall script to apply the patches.

Unable to run the patches on newer versions of @react-three/drei or @react-three/fiber as they were made for 9.11.3 and 8.0.19.

Any suggestions?

syeef avatar Aug 21 '23 22:08 syeef