MCPcopy
hub / github.com/reduxjs/react-redux / render

Method render

test/components/connect.spec.tsx:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89 class Container extends Component {
90 render() {
91 return <Passthrough {...this.props} />
92 }
93 }
94 const ConnectedContainer = connect((state) => state)(Container)
95

Callers

nothing calls this directly

Calls 1

renderFunction · 0.85

Tested by

no test coverage detected