Closed TheoMer closed 7 years ago
Could you use the Apollo Client devtools to see if the store is actually being updated with the result of the query on the client?
This issue has been automatically marked as stale becuase it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions to Apollo Client!
This issue has been automatically closed because it has not had recent activity after being marked as stale. If you belive this issue is still a problem or should be reopened, please reopen it! Thank you for your contributions to Apollo Client!
OS: Windows 10 Pro apollo-client: 1.0.2
So, calling this.props.data.refresh() from componentWillMount, with a fetchPolicy: 'cache-and-network' in my query, causes my app to hang on
Loading ...
, after an load/reload. What is the issue here?My initial query is:
and my components are:
and