Roman Naumenko

Results 53 comments of Roman Naumenko

Is there a workaround? I got stuck with this on gen1 I can install aws amplify app with url https://github.com/apps/aws-amplify-REGION But the Amplify console in AWS doesn't reconnect or sees...

Hi, I wanted to check if there any progress on this. Can you point me at the specific package or code that creating this problem? I wanted to look how...

had to monkey patch amplify-ui, build and use custom package :( ``` diff --git a/packages/react/src/components/Authenticator/FederatedSignIn/FederatedSignIn.tsx b/packages/react/src/components/Authenticator/FederatedSignIn/FederatedSignIn.tsx index 588f4a33d..0b58b3cc1 100644 --- a/packages/react/src/components/Authenticator/FederatedSignIn/FederatedSignIn.tsx +++ b/packages/react/src/components/Authenticator/FederatedSignIn/FederatedSignIn.tsx @@ -11,7 +11,13 @@ import { FederatedSignInButton...