-
Notifications
You must be signed in to change notification settings - Fork 3
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
Suprimir warning em /signUpForm #92
Comments
@gustavosinacio, para uma melhor compreensão do problema, adicione o código que está gerando esse warning. O código do componente inteiro se possível. Abraço! |
Segue o código que gera o warning:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ao abrir a rota /signUpForm, o console emite o seguinte Warning:
Warning: Unknown props
initialValue,
onUpdate,
valid,
invalid,
dirty,
pristine,
active,
touched,
visitedon <input> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop in input (created by SignUpForm) in div (created by SignUpForm) in div (created by SignUpForm) in form (created by SignUpForm) in SignUpForm (created by ReduxForm(SignUpForm)) in ReduxForm(SignUpForm) (created by Connect(ReduxForm(SignUpForm))) in Connect(ReduxForm(SignUpForm)) (created by ReduxFormConnector(SignUpForm)) in ReduxFormConnector(SignUpForm) (created by ConnectedForm) in ConnectedForm (created by RouterContext) in div (created by App) in App (created by RouterContext) in RouterContext (created by Router) in Router in Provider in div
As props que ele diz serem desconhecidas sao criadas pelo proprio form, como o warning diz. Ainda não encontrei documentação sobre.
The text was updated successfully, but these errors were encountered: