Is it expected that withQuery runs twice?
The first time the query return 'undefined' and the second time it returns what is expected.
Also inserting console.log inside the function defined on withQuery and on PostList reveals that it runs twice.
I have a similar setup to the simple usage example:
https://github.com/cult-of-coders/grapher-react#simple-usage
Is it expected that withQuery runs twice?
The first time the query return 'undefined' and the second time it returns what is expected.
Also inserting console.log inside the function defined on withQuery and on PostList reveals that it runs twice.
I have a similar setup to the simple usage example:
https://github.com/cult-of-coders/grapher-react#simple-usage