ThomasReggi
ThomasReggi

Reputation: 59495

Apollo Client will not re-render component on GraphQl response

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.

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

Answers (1)

ThomasReggi
ThomasReggi

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

Related Questions