'AWSCognito' is not defined
问题 I have used the following example to implement AWS Cognito in nodeJS but i am facing the error "'AWSCognito' is not defined no-undef" Reference Link : https://github.com/aws/amazon-cognito-identity-js/ Following is my code in App.js file. I have used react-app. import React, { Component } from 'react'; import logo from './logo.svg'; import './App.css'; import { CognitoUserPool, CognitoUserAttribute, CognitoUser } from 'amazon-cognito-identity-js'; class App extends Component { constructor