Open baristikir opened 1 year ago
This issue is related to the relay-next-13 example. Every preloaded query is firing two network fetch calls which seems to be response cache related.
https://user-images.githubusercontent.com/44122379/236671371-e62d83ba-0e78-4713-be7c-0669b2350747.mov
I can confirm. I am seeing this as well. Two hits for the same data on one page load.
Can you disable react strict mode? This may be an issue related to strict mode, in which case, it is expected
This issue is related to the relay-next-13 example. Every preloaded query is firing two network fetch calls which seems to be response cache related.
https://user-images.githubusercontent.com/44122379/236671371-e62d83ba-0e78-4713-be7c-0669b2350747.mov