render() {
        const {showPopup} = this.context;
        if (showPopup) {
            return this.renderFrameContainer();
        }