relay icon indicating copy to clipboard operation
relay copied to clipboard

Relay is a JavaScript framework for building data-driven React applications.

Results 108 relay issues
Sort by recently updated
recently updated
newest added

**NOTE**: This bug report is part of a trial for using fuzz-harnesses, see https://github.com/facebook/relay/issues/4566#issuecomment-1883491254 for more context. This bug was found using the fuzz harness in #4565. ## Steps to...

When using `commitLocalUpdate` to invalidate the store the TS compiler throws and error: ``` Property 'invalidateStore' does not exist on type 'RecordSourceProxy' ``` You can reproduce by writing the following...

In the Documentation here https://relay.dev/docs/tutorial/queries-2/ , if you expand the "Deep dive: When to use a secondary query" (nice addition btw!), it mentions "deferred Fragments" and that they will be...

Closes: #4567

CLA Signed

When familiarising myself with the relay compiler codebase I ran; ``` cd compiler cargo doc --open ``` There are a slew of errors that come up with URLs int the...

Hey relay team, I've recently become interested in relays new rust compiler. I'd like to suggest and champion an effort to set up some basic fuzz-testing and combine it with...

It seems that "find field references" does not work for fields with a scalar type (or perhaps a different bug causing it to fail sometimes). https://github.com/facebook/relay/commit/a6eb291e6919c9d584f7f7174c707eccb9773dbb seems to add support...

**NOTE**: This bug report is part of a trial for using fuzz-harnesses, see https://github.com/facebook/relay/issues/4566#issuecomment-1883491254 for more context. This bug was found using the fuzz harness in #4565. ## Steps to...

**NOTE**: This bug report is part of a trial for using fuzz-harnesses, see https://github.com/facebook/relay/issues/4566#issuecomment-1883491254 for more context. This bug was found using the fuzz harness in #4565. ## Steps to...

Author of [vite-plugin-ssr](https://vite-plugin-ssr.com/) here; some of my users are trying to use Relay with React 18 Suspended Streams but there seem to be no official recommendations/docs about Relay + React...

docs