How to completely override code for ConfirmSignUp in AWS Amplify with React UI
I am using AWS Amplify with React and trying to build a custom authentication flow with the following requirements:
TypeError: Cannot read properties of undefined (reading ‘loginWith’) at AmplifyClass.notifyOAuthListener
I try to setup Amplify to my react/next project, to setup an auth with aws-cognito, i’m using typescript.