Jorge Amado

Results 3 comments of Jorge Amado

It doesnt work for me with option: ``` typescript: { typeCheck: true } ``` in version 0.6.3

Had the same issue, useAsyncQuery throwing errors, and can't use await in useQuery, so i had to use apollo client: ```` import gql from 'graphql-tag'; import { provideApolloClient, useApolloClient }...

I had the same problem, I think it's because only the store is updated and after making any other actions the Auth session callback updates the session store from the...