Do we need below in PersonForm? 1.PersonForm.propTypes = { person: PropTypes.shape({ fullName: PropTypes.string, job: PropTypes.string, email: PropTypes.string }) 2.UpdateProperty Method How ever we are mentioning that in the PersonInfo right?