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