MCPcopy
hub / github.com/heroku/react-refetch / Original

Class Original

test/components/connect.spec.js:2576–2583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2574 }
2575
2576 @connect(({ foo }) => ({
2577 firstFetch: `/first/${foo}`
2578 }))
2579 class Original extends Component {
2580 render() {
2581 return <Passthrough {...this.props} />
2582 }
2583 }
2584
2585 const containerForWithDefaults = TestUtils.renderIntoDocument(<WithDefaults />)
2586 const withDefaults = TestUtils.findRenderedComponentWithType(containerForWithDefaults, WithDefaults)

Callers

nothing calls this directly

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…