Cody Bennett

Results 361 comments of Cody Bennett
trafficstars

@markuslerner, the main target must always be CJS and module target ESM, respectively. You can have one or both targets, but they must point to the right format. I don't...

Sorry for the delay, looking into this. I'll double-check our docs, but in the meantime, you can consult https://github.com/CodyJasonBennett/r3f-native-starter.

We have a v9 branch that addresses this (#2331), yes. We're also catching up the rest of the ecosystem (three-stdlib, Drei, react-xr) since it is such a breaking change.

I'm not sure of a way for us to fix this outside of major semver, but another workaround could be: ```ts type XRFrameImpl = XRFrame type XRFrameRequestCallbackImpl = XRFrameRequestCallback declare...

It looks to be attaching to the mesh, just not compiling to fire the `onBeforeCompiled` hook. Can you share a working CSB to A/B with? It's difficult to debug lighting...

I'm not going to be able to unravel the typing woes around Instances etc. Leaving this as a draft for now.

Should be good now.

Looks like it was removed and never migrated. I restored the docs from my fork in #153. Once that's merged it should update with changes made here.

This works fine when using `React.createElement` in development ([there's current a hard-dependency on that to change `opacity` to `opacity.value` at runtime](https://github.com/preactjs/signals/blob/d3c8cf91f96bb2d186d9e2524c9c67fcf77fee93/packages/react/src/index.ts#L25)): ```jsx import * as React from 'react' import *...

Fixed the RTTR major bumping issue on master. It's back in sync with R3F so it will be released as `9.0.0-alpha.1` in the next alpha.