-
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
propTypes warnings on sign in and sign up pages #8
Comments
Hey @oluckyman in our local env we don't see the warning. I'm guessing it is the way we remove prop behaves differently in different dev setup. I've made a patch to remove the props properly. Could you get the latest library to have a try? Thanks, |
Tried the latest version ([email protected]) and it was not work at all: Then updated [email protected] as well. It works, but there is a warning again this time on |
Yes it requires [email protected]. The second one was missed. Now fixed. Thanks, |
Thanks 👍 |
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 |
When wrapping
App
insideAuthenticator
component:I am getting that warning on sign in page:
![image](https://user-images.githubusercontent.com/642673/33035106-4e05e634-ce2a-11e7-852a-080d145c5501.png)
This on on sign up page:
![image](https://user-images.githubusercontent.com/642673/33035186-89cafbbe-ce2a-11e7-8575-274f3efec313.png)
The text was updated successfully, but these errors were encountered: