Open
Description
Describe the content issue:
I'm trying to follow the guide here to add interactions to my Amplify Gen 2 App
Per Documentation : Make sure that the @aws-amplify/interactions package has the same version number as the aws-amplify package in your package.json file.
But after installing all the latest packages, I can't find 6.6.2 version of interactions, here is my versions: @aws-amplify/interactions Version is "^6.0.48" but "aws-amplify": "^6.6.2".
Not sure where to go from here !
URL page where content issue is: https://docs.amplify.aws/react/build-a-backend/add-aws-services/interactions/set-up-interactions/