You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Typescript update caused build failures in the repo. This requires updates to Amplify and a fix in cognito.service.ts changing line 3 to import { Amplify, Auth } from 'aws-amplify';
This compiles with the following as package.json after running an npm install:
The Typescript update caused build failures in the repo. This requires updates to Amplify and a fix in
cognito.service.ts
changing line 3 toimport { Amplify, Auth } from 'aws-amplify';
This compiles with the following as package.json after running an
npm install
:The text was updated successfully, but these errors were encountered: