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

Utilities to integrate react-three-fiber into a remix.run app

Results 3 remix-three issues
Sort by recently updated
recently updated
newest added

I get this with the latest Remix TypeError: Cannot read properties of undefined (reading '_context') at Object.useContext (/Users/greg/local_development/pms/node_modules/react/cjs/react.development.js:1606:17) at /Users/greg/local_development/pms/node_modules/@react-three/drei/index.cjs.js:1:123272 at Array.map () at exports.useContextBridge (/Users/greg/local_development/pms/node_modules/@react-three/drei/index.cjs.js:1:123262) at Module.useRemixBridge (/Users/greg/local_development/pms/node_modules/remix-three/dist/useRemixBridge.js:8:55) at...

Package is not working now with new remix versions.

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...