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