formik icon indicating copy to clipboard operation
formik copied to clipboard

Make formik sync when validation functions are sync

Open fbarbare opened this issue 7 months ago • 7 comments

When the given validation function are synchronous there is no reason to make them async. Making them async actually makes the whole code much slower and creates unecessary re-renders.

fbarbare avatar Jun 25 '24 14:06 fbarbare