Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
Here is my test app:
https://github.com/zmaupin/my-app-graphql
Can you point out what I'm doing wrong here? I imagine this works for you and I did something wrong.