react-forms-mobx
react-forms-mobx copied to clipboard
PropTypes
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?
Wow, really sorry for not spotting the issues here. I will update the code to latest mobx so I will check this.