Setting the fetchPolicy to "store-only" breaks data fetching in data-driven-dependencies, even though I don't see the fetch coming through on the network tab with "store-or-network".
This surprised me. As far as I can tell, the data requested by the component is coming from the store after it has been primed with the data fetched on the server.
Clearly, I'm missing something. Can anyone explain what?
Setting the fetchPolicy to "store-only" breaks data fetching in data-driven-dependencies, even though I don't see the fetch coming through on the network tab with "store-or-network".
This surprised me. As far as I can tell, the data requested by the component is coming from the store after it has been primed with the data fetched on the server.
Clearly, I'm missing something. Can anyone explain what?