Open ranopriyo-neogy opened 3 years ago
same here
same here
Downgrade the version of amplify react library - "aws-amplify-react": "3.1.6" . This version fixed the issue for me.
The latest version has this bug.
Alright, thanks. looks like this template is very outdated in general when it comes to packages.
Alright, thanks. looks like this template is very outdated in general when it comes to packages. yeah that's true.
I am trying to implement Authentication on my simple Gatsby App. When I try to wrap the class component with withAuthenticator , the GraphQL query no longer executes. When i remove the withAuthenticator it works fine. Can you please take a look and suggest an alternative.