I am currently using formik to build a form, but when I use nested object inside initialValues like this :
address:{title:"this a title",value:{principalAddress:"test",seconderyAddress:""}}
I can't access to principalAdress in formik field when I set the name of the field
<Field component={TextField} fullWidth type="text" name="value. seconderyAddress"/>.
if there s someone who can help me I will be thankful.
initialValues
object – thedude