class ComponentB extends React.Component {
            static childContextTypes = {
                foo: PropTypes.string.isRequired,
            };
            render() {