Hui Zhao

Results 254 comments of Hui Zhao

Hi @mattiLeBlanc `fetchAuthSession()` should refresh expired tokens automatically, and then use the refreshed idToken to retrieve AWS credentials, this process is being verified by integration tests. I'm wondering if some...

Thanks for the additional details @mattiLeBlanc you mentioned > I remember it was just trying to do the first cognito call with payload Logins: { cognito-idp.ap...... : '323444234 }. That...

Hi @delfme thanks for asking. We are actively researching on this topic and determine an appropriate solution. I don't have more details at this moment, however, regarding how it will...

Hi @delfme thanks for reaching out. We are currently focusing on making the dev-preview stable, other new features will be added subsequently. Thanks for your patience!

Hi @Seano180 are you planning to use React Native Web? Regarding Gen1 vs Gen2 documentation - Amplify JS library works the same between Gen1 and Gen2, the setup and category...

Hi @Seano180 Sorry about the confusion. `amplify pull` is Amplify CLI - not the library The original Amplify CLI and the new Gen2 experience are focusing on the steps of...

Hi @deouws I don't have any updates yet for this. The "lot of issues" you mentioned are specifically related to React Native Web support, or is there anything else we...

Hi @timokruisselbrink thank you for opening this issue with great details of your use case. We will look into this request. In the meantime, if you want, you are welcome...

Hi @surpol thanks for following up on this issue. Looking at your code, you are simply unmount the UI component from the DOM tree. Following this I can reproduce the...

With further testing and checking the code around component unmounting, I noticed this unexpected behavior happens only with the React strict mode enabled, once I disable the strict mode, when...