Closed
Description
Are you submitting a bug report or a feature request?
bug report
Sandbox Link
https://codesandbox.io/s/m38k650n79
See the console.
Other information
I see the source code of useField and find the reason.
In react function, every render will product new validate function.So it will cause this problem. Although we can use useCallback to avoid it.But it's so hard to use for user.Can we use useCallback in the inner or something else to solve this.
Metadata
Metadata
Assignees
Labels
No labels