Robert A.
Results
2
comments of
Robert A.
You're getting multiple renders because Reactfire updates the status, it goes from `status='loading'` to `status='success'` or `status='error'` The way I handle this is by checking the status: ``` const {status,...
Did you take a look at [this documentation](http://webonyx.github.io/graphql-php/type-system/object-types/#recurring-and-circular-types)? If you have a recursive / circular type, you need to wrap your fields in a function for it to work