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

TypeError: Cannot read properties of undefined (reading '_context')

Open liftyourgame opened this issue 4 months ago • 0 comments

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 CanvasRoute (/Users/greg/local_development/pms/app/routes/canvas.tsx:6:23)

liftyourgame avatar Mar 30 '24 22:03 liftyourgame