Cody Bennett

Results 362 comments of Cody Bennett
trafficstars

I think so, but I like your suggestion of having modified elements for `` rather than child elements that merely modify its behavior. I suppose this would depend on how...

Not sure exactly what `mount` implies but `appear` can be misleading if objects do not leave view.

I dropped nanoid in #901 for other reasons, peer deps should be fine now.

Seems to come from three-stdlib's VRMLLoader since it will import chevrotain from NPM. Maybe we should use three's vendored lib instead.

I believe I fixed this upstream at three-stdlib. I'll have to check to make sure.

Looks like I fixed similar for WebXR but for our own modules. This is an issue to bring up with https://github.com/Chevrotain/chevrotain, although we can vendor/tree-shake it ourselves.

This pretty clearly sounds like a larger issue with TypeScript although I'd be interested in potential workarounds regarding the Box component.

Takes a while to decode but it runs fine on v7. https://zpt8t.csb.app/

We had migrated hosts for assets so this component should work as expected now.

I think this is something to be done in user-land, OrbitControls will always write `OrbitControlProps` to `ref`. You can try a few things like non-null assertions or adding null: ```js...