Jakob Hansen

Results 7 comments of Jakob Hansen

I also have this issue and would like a fix. As far as I can tell, no srt files work.

@reckter did you ever get anywhere with this? Is it possible to use defer with Relay at the moment?

Thanks! I will test this out when we can bump our project, closing for now 😄

FYI: When a new file is created by the LSP (code-action -> Move type to (new file)), there is no difference, it does not work. But I have discovered that...

Tested also with #141 that this does not work, so it does not work with a newer Roslyn version either.

Tagging @gorodscy, it looks like this is hitting the [STREAM/DEFER case](https://github.com/facebook/relay/blob/5d2fa70dc6114e1a96bd8caba742c31f7f32b50c/packages/relay-test-utils/RelayMockPayloadGenerator.js#L319) when both `mockClientData` and `generateDeferredPayload` options are `true`, leading to all client mock-data being generated as deferred data when...