Closed rdourado closed 4 years ago
Hey @rdourado. I was unable to reproduce this problem. On this sandbox, I'm using the exact same dependency versions and the "input"
component.
The problem must be with the component that you are connecting to redux-form
itself, as it may be forwarding unnecessary props to its children.
To help you, I would need more information and probably a sandbox. You can fork the sandbox I created.
I'm closing this for now, because it doesn't seem a problem with the library. Feel free to comment or reopen this issue.
@renato-bohler You were right. I was spreading it on my custom input component instead of redux-form's Field component. My mistake. =)
What are you reporting?
What is the current behavior?
React is not recognising
format
prop and is throwing a warning.What is the expected behavior?
Get along with React and avoid any warnings.
Sandbox Link
What's your environment?
Other information
The following warning is being shown: