Reputation: 59495
I'm using Apollo Client and React-Native and the issue I'm having is I have a working query making a request when the view is rendered with default data.
0
. What is happening here? How can I make it so that when the response comes back it automatically updates the component props and re-renders the component?
Upvotes: 2
Views: 587
Reputation: 59495
It seems this issue only occurs when the JS Debugger is enabled (the one that opens a tunnel to your desktop chrome). If it's disabled the app works as expected.
Upvotes: 1