You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Simple example of react-apollo. I have an Home component and a Players component. The Players has a graphql query to retrieve data.
Actual outcome:
The first time I have the good operation: it loads and I have two rendering because of data > loading: true value. The second time I go to that page it render two times but the content is the same and the loading: false both times.