MCPcopy Create free account
hub / github.com/alibaba/butterfly / render

Method render

example/lib/dynamic.js:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 render() {
38 const {AsyncComponent} = this.state;
39 const {LoadingComponent} = this;
40 if (AsyncComponent) return <AsyncComponent {...this.props} />;
41
42 return <LoadingComponent {...this.props} />;
43 }
44 };
45}
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected