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

Class InnerComponent

test/components/connect.spec.js:1298–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296 let propsPassedIn = []
1297
1298 @connect((props, context) => {
1299 invocationCount++
1300 contextPassedIn.push(context)
1301 propsPassedIn.push(props)
1302 return {}
1303 })
1304 class InnerComponent extends Component {
1305 render() {
1306 return <div />
1307 }
1308 }
1309 InnerComponent.contextTypes = {
1310 foo: PropTypes.string
1311 }

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…