Cody Bennett

Results 368 comments of Cody Bennett
trafficstars

> This is an example [repo](https://github.com/ashkalor/r3f-orbit-starter) with code. > Let me know if you need any additional help. This is likely very device-dependent. Can you create another issue regarding this...

Just put out a patch for that crash on Android #3341. > In react native once a view becomes a Gesture Responder, canvas elements stop gettings events. We can use...

> All my observations were made on the latest version. I remember trying orbit controls yesterday and I tried it again right now, only rotation seems to be working any...

Probably related to https://github.com/pmndrs/drei/issues/2067. Can you try disabling zoom?

No, generally updates occur naturally in their pertinent issues; you don't have to ping me for an update. I'm not sure this is exactly true of a diagnosis, or perhaps...

With a developer build of React with the JSX transform, there are additional debug fields on internal Fibers we could use to trace text nodes. I'll see if we can...

With #3252, it seems we only need the last patch with `event.identifier`. Can you confirm that on your end? Would happily accept a PR also if that's enough.

I think we have a general problem of errors not being propagated to the error boundary if thrown from a loop or the reconciler itself. We could use a correction...

Another idea is re-exporting from `three.module.js` instead of `three` (or some manner of code-splitting) since we know WebGPU code relies on top-level-await and is therefore ESM only. Ideally, this doesn't...