Hailwood – 00-02 Mar 3
Hey folks,
using formik with typescript, we have the render function (as children).
Typescript knows
I'm wondering if we can make a prop of a component rendered inside this render function be required to be a key of values?
I.e.
using formik with typescript, we have the render function (as children).
Typescript knows
values is of type FormikValues and knows the exact keys/type of values inside values based off initialValues.I'm wondering if we can make a prop of a component rendered inside this render function be required to be a key of values?
I.e.
