I have problem with PropTypes. After added
user: PropTypes.shapeOf({ firstName: PropTypes.string.isRequired, lastName: PropTypes.string.isRequired,