utsuboco / r3f-perf

Easily monitor your ThreeJS performances.
https://codesandbox.io/s/perlin-cubes-r3f-perf-wtp9t?file=/src/App.js
MIT License
573 stars 21 forks source link

Using with a drei fork #48

Open gsimone opened 8 months ago

gsimone commented 8 months ago

Hey utsuboco peeps! 👋

I had to fork drei for some very specific issues in my project and force module resolution to use my version. That's fine and dandy but then I get this error:

Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@react-three/drei' imported from /.../node_modules/.pnpm/r3f-perf

Would setting drei as a peer dependency for r3f-perf help with this?