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
I noticed because I started using async validators that call server and noticed double requests in the network.
My use case is that sometimes I need to create a form with initial values and immediately validate it.
The text was updated successfully, but these errors were encountered:
I have noticed this bug, that first
validate()
call runs all the validator functions twice.Here is the simplest minimum reproducible example: https://codesandbox.io/p/sandbox/nice-fast-3vs9wy
I noticed because I started using async validators that call server and noticed double requests in the network.
My use case is that sometimes I need to create a form with initial values and immediately validate it.
The text was updated successfully, but these errors were encountered: