The problem is the TypeScript types of the values returned by the various functions of useFormContext(). I tested using the watch function, but other functions exhibit the same problem. In my ...
Chakra-ui <FormErrorMessage> component I'm getting this error: Type 'Merge<FieldError, FieldErrorsImpl<DeepRequired>> | undefined' is not assignable to type 'ReactNode'. Type 'Merge<FieldError, ...