poll: PropTypes.shape({
    question: PropTypes.string,
    answers: PropTypes.arrayOf(
            PropTypes.shape({
  answer: PropTypes.string,