Adding types to formik form field custom component resulting in error: Type ‘T[keyof T]’ is not assignable to type ‘string’
I’m new with TypeScript, and trying to implement it in past project as an exercise.
I’m new with TypeScript, and trying to implement it in past project as an exercise.