AWS Amplify: How to setup { withConnector } component?
问题 Following the Amplify Quick Start I set up an AWS Mobile App with the awsmobile-cli : awsmobile init awsmobile user-signin enable awsmobile push In my react App I configured Amplify like so (I also tried manual configuration): import Amplify from 'aws-amplify'; import aws_exports from '../../aws-exports.js'; Amplify.configure(aws_exports); import { withAuthenticator } from 'aws-amplify-react'; ... export default withAuthenticator(App); This Code shows me the Cognito UI , but on any action, I