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
Describe the bug
All works as expected up to version v0.29.3. In >v0.30 the validate function if used with abortEarly: false flags an invalid value as correct.
Describe the bug
All works as expected up to version v0.29.3. In >v0.30 the
validate
function if used withabortEarly: false
flags an invalid value as correct.To Reproduce
See second test https://codesandbox.io/s/zen-microservice-lxz42?file=/src/index.test.js
Expected behavior
The
validate
function should throw an error for the invalid value, no matter theabortEarly
flagThe text was updated successfully, but these errors were encountered: