Replies: 1 comment
-
Seems similar to https://discord.com/channels/325477692906536972/1384092756816953466 in short it cannot be certain that fetching isn’t needed so it’s better for dx to refetch more than needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I've encountered a change in HMR behavior following commit. The issue occurs when modifying code in parent components, such as adding
console.log
in a layout component. This triggers all child component queries to be refetched during development.In our case, this can result in over ten unnecessary requests being triggered.
Is there a recommended way to avoid this behavior, or to only refetch stale queries as before?
Additional context:
3.15.4
0.17.1
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions