Hassan Ben Jobrane
Hassan Ben Jobrane
Thank you posting this. If you look [here](https://github.com/nhost/hasura-auth/blob/59e588ae4aa2484aed7e9c5f2748a459552465b2/src/utils/__generated__/graphql-request.ts#L482) `AuthRefreshTokenTypes_Enum` is clearly defined, so you should be able to use that. I suppose you have another issue related to codegen.
This issue was fixed in the latest version: `"@nhost/react: 3.3.1"`. Please update, try again and let us know.
Thank you for providing a detailed issue. We will take a look at this as as soon as possible.
We are currently working on supporting react-native. We will make sure to post updates here.
We are currently working on this. We will post updates on here as soon as possible
We were not able to reproduce this using outlook default settings. But we now have React and Vue examples for the workaround described above thanks to @dbarrosop and @chrtze. We...
Hi @mmmoli, can you please try again with the latest versions: ``` @nhost/nhost-js: 3.0.7 @nhost/apollo: 6.0.7 @nhost/nextjs: 2.1.4 @nhost/react: 3.2.2 @nhost/react-apollo: 9.0.2 ```
I'm guessing you did not supply a new email in the payload This is how you should use it 👇 ```tsx const { changeEmail } = useChangeEmail(); const handleChangeEmail =...
Can you please provide more details so we can help you
I think the issue with your implementation is that calling the trigger function will probably cause a re-render of the component. I don't think this is an issue with our...