MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / render

Method render

src/AppContainer.dev.js:76–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 render() {
77 const { error, errorInfo } = this.state;
78
79 const { errorReporter: ErrorReporter = configuration.errorReporter || EmptyErrorPlaceholder } = this.props;
80
81 if (error && this.props.errorBoundary) {
82 return <ErrorReporter error={error} errorInfo={errorInfo} component={this} />;
83 }
84
85 if (this.hotComponentUpdate) {
86 this.hotComponentUpdate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected