Refactor json schema mixin.
There are some repeatition in the createJsonSchema
, getInitialState
, and componentWillReceiveProps
in
- MemberDetails.jsx
- NestDetails.jsx
- PedigreeDetails.jsx
We should refactor these methods into a mixin,
There are some repeatition in the createJsonSchema
, getInitialState
, and componentWillReceiveProps
in
We should refactor these methods into a mixin,