render()

in test.js [276:278]


            render() {
              return this.state.error !== null ? null : this.props.children;
            }