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

Question: why does a "store-only" fetchPolicy not work for the data-driven-dependencies example? #240

Open
tinleym opened this issue Nov 7, 2022 · 0 comments

Comments

@tinleym
Copy link

tinleym commented Nov 7, 2022

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?

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

1 participant