You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
When the first action of type UPDATE_FIELD_AUTH is triggered, a warning with the message "A component is changing an uncontrolled input of type email to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components"
is generated, it may be fixed by setting a default "email" and "password" fields on the auth reducer @ "src/reducers/auth.js"
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the first action of type UPDATE_FIELD_AUTH is triggered, a warning with the message "A component is changing an uncontrolled input of type email to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components"
is generated, it may be fixed by setting a default "email" and "password" fields on the auth reducer @ "src/reducers/auth.js"
Thank you.
The text was updated successfully, but these errors were encountered: