Cody Bennett

Results 373 comments of Cody Bennett

Fixed with #374.

You likely have mismatched versions of react, react-dom, and/or R3F. iirc that constant no longer exists in React 18.

@drcmda noticed also with today's `0.1.0` minor.

That looks good to me if you want to send a PR.

I need to test this and see how far off we are from supporting controls from three/examples, or libraries like [pmndrs/use-gesture](https://github.com/pmndrs/use-gesture) which are a bit more elaborate with usage. This...

I'm back from SIGGRAPH and work this week, so I'll be continuing here. I think for responder props to work on the canvas, `{...bind}` needs to be moved to the...

I'll add tests once we can reproduce issues with error boundaries also. I don't expect that to be addressed here.

Maybe due to #3228 instead.

I think that is largely fixed by re-implementing the minifier with the new AST (WGSL is still WIP there #20). It currently only uses the tokenizer and a few meticulously...