react-forms-mobx icon indicating copy to clipboard operation
react-forms-mobx copied to clipboard

PropTypes

Open Kamaraju333 opened this issue 9 years ago • 1 comments

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?

Kamaraju333 avatar Oct 19 '16 20:10 Kamaraju333

Wow, really sorry for not spotting the issues here. I will update the code to latest mobx so I will check this.

AoDev avatar Jan 13 '17 22:01 AoDev