Sam Curry
Sam Curry
@iamdanthedev we create a child container for our http request scope and bind any request scoped dependencies to that child container (and make it available via the request). That works...
There is `createChild()` method on the container which supports this type of scenario.
I have also raised this as a bug on the google maps API bug list but it was closed, pointing me here. https://code.google.com/p/gmaps-api-issues/issues/detail?id=11109 However I don't believe it is anything...
I know this was a long time ago but the answer is `__.values` should be `gremlin.process.column.values` (an enum value, not the `values` function.
Bump. We're still getting this after following these instructions: https://ionic.io/blog/testing-ionic-react-apps-with-jest-and-react-testing-library and using https://github.com/ionic-team/ionic-react-test-utils
I've created a PR for graphql-middleware based on another's suggested patch: https://github.com/dimatill/graphql-middleware/pull/569
Thanks for this, it appears to work for me. Would you consider putting up a PR?
Despite the typings, it doesn't seem to support async `getItem` or `setItem`. 
Here's a suggested solution: https://github.com/dimatill/graphql-middleware/issues/561