-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
React customize-withauthenticator doesnt work on v2.0.0-2.0.1 #1603
Comments
Second that, can't seem to find the issue by looking through the code.. There are no errors either.. Except from some 400 errors on requests to cognito backend |
Same issue |
Same issue. |
same issue . Can someone look in to this issue? |
@DmitryNefedov due to your custom SignUp component is extending the base SignUp component, https://github.com/aws-amplify/amplify-js/blob/master/packages/aws-amplify-react/src/Auth/SignUp.jsx else the code above will hide your custom component too. Hope this helped. |
@emmkong, |
@DmitryNefedov I agree that the behavior of custom Auth UI components has been changed since version 2.0 and it hasn't mentioned in any document yet. :( Do you mind to elaborate more about what wrapped element that you are expecting so that I could help you a bit more. Thanks. |
The same thing happens if you use the base SignUp component without even customising it, if you pass it in like this. Seems a bit broken. |
having the same problem with v1.1.19, after following the docs at https://aws-amplify.github.io/docs/js/authentication |
Bump. |
FYI, we have started an RFC discussion for a proposed Amplify UI Component refactor to increase customizability and flexibility for our components. Please feel free to add any additional comments to the following issue: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Describe the bug
Using
withAuthenticatior
with passed elements as described in the guide works on v 1.0.8 but shows an empty page on v 2.0.0 or 2.0.1To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login form should be shown, after login "Hello World" should be shown
Actual behavior
Blank screen, no errors in console/dev-server
The text was updated successfully, but these errors were encountered: