cult-of-coders / grapher-react

Provides easy to use React Components that are suitable for grapher package.
https://atmospherejs.com/cultofcoders/grapher-react
38 stars 19 forks source link

Add loadOnRefetch for reactive queries #39

Closed Floriferous closed 4 years ago

Floriferous commented 5 years ago

This PR makes loadOnRefetch work for reactive queries as well, such that if you change the query, like when you change $body, it does not pass isLoading down.

Extends #32.

Floriferous commented 5 years ago

Ah damn, turns out this does not work, because when you change the $body on a reactive query, it first sends undefined back before updating the subscription.