For some reason, while calling setFieldValue, the underlying values seem to be the initialized form values instead of the update form values, here's what I mean: I initialize the form like so: const ...
I understand that this function attempts to update the keys in place if they are defined by the incoming updated value. However, this kind of breaks setFieldValue in my opinion, where we need to ...