class ParentContextProvider extends React.Component {
            static childContextTypes = {
                foo: PropTypes.string,
            };
            getChildContext() {