Cody Bennett

Results 369 comments of Cody Bennett

The source code is outdated and you can write JSX beneath ``. We've been improving on no.2 specifically and can't get it completely right until v9 which brings architectural changes...

No, you should mark that as `'use client'` and report upstream that they're breaking basic React API by altering the bundle (compiler error) instead of exporting stubs (no-op or runtime...

I'd need to see an example, but this sounds like a React bug which should be taken upstream. You can harden your workaround by continuing to throw a promise if...

Okay, we're probably not catching errors thrown from promises. We don't intend for this tricky behavior to be possible.

> I think it's expected behavior of react error boundaries that they won't catch errors in async code – my understanding is that the error needs to happen in the...

@drcmda, we should take this upstream with suspend-react, but is this a known issue or pitfall with legacy Suspense?

I don't see a better alternative than mutating the GLB. I'd have to concur with this.

This relies on pinning the version so we can't use loose ranges via `^` and `~` since they get resolved by users' package managers. We currently do this since they...

Market's CDN was down in prior versions which that path points to. I swapped Drei to read from #1486 where we already host these files and also read matcaps from.

@arcasoy I think that will require a PR. I don't see a way of specifying it either.