Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Next13] Fetch being called twice when preloading queries #291

Open
baristikir opened this issue May 7, 2023 · 2 comments
Open

[Next13] Fetch being called twice when preloading queries #291

baristikir opened this issue May 7, 2023 · 2 comments

Comments

@baristikir
Copy link

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.

relay-double-fetch.mov
@cheema-corellian
Copy link

I can confirm. I am seeing this as well. Two hits for the same data on one page load.

@rbalicki2
Copy link

Can you disable react strict mode? This may be an issue related to strict mode, in which case, it is expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants