We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting aws-amplify to 5.3.5 in package.json leads to two versions being installed due to the transient dependencies:
$ npm list aws-amplify [email protected] treehoose-egress-app-frontend ├─┬ @aws-amplify/[email protected] │ └─┬ @aws-amplify/[email protected] │ └── [email protected] └── [email protected]
This leads to a broken system https://docs.amplify.aws/lib/troubleshooting/upgrading/q/platform/js/ In this case it worked on TREEHOOSE with federated login, but not on hic-tre staging without federation #27
The text was updated successfully, but these errors were encountered:
FYI @AaronJackson
Sorry, something went wrong.
odd
can you bump ui-react to 5.3.2 and the same for aws-amplify ? https://www.npmjs.com/package/@aws-amplify/ui-react/v/5.3.2
Dependabot has tried, but there are breaking changes #32
No branches or pull requests
Setting aws-amplify to 5.3.5 in package.json leads to two versions being installed due to the transient dependencies:
This leads to a broken system
https://docs.amplify.aws/lib/troubleshooting/upgrading/q/platform/js/
In this case it worked on TREEHOOSE with federated login, but not on hic-tre staging without federation #27
The text was updated successfully, but these errors were encountered: