class Child extends React.Component {
      static contextTypes = {
        test: PropTypes.string.isRequired,
      };