MCPcopy Create free account
hub / github.com/Lobos/react-ui / render

Method render

src/higherOrders/Fetch.js:134–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 render () {
135 const { data, ...others } = this.props;
136 return (
137 <ComposedComponent ref={(c) => this.component = c} data={this.state.data} fetchStatus={this.state.fetchStatus} {...others} />
138 );
139 }
140 }
141
142 Fetch.propTypes = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected