Duncan L
Results
1
comments of
Duncan L
@2Steaks Thanks for that snippet. Works for me. Looks like in https://github.com/jaredpalmer/formik/blob/master/packages/formik/src/Formik.tsx#L534-L553 `setValues` and `setFieldValue` both use the hook `useEventCallback` so you need to wait on the the promise. ```js...