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

Method refetchDataFromProps

src/components/connect.js:259–261  ·  view source on GitHub ↗
(props = this.props)

Source from the content-addressed store, hash-verified

257 }
258
259 refetchDataFromProps(props = this.props) {
260 this.refetchDataFromMappings(finalMapPropsToRequestsToProps(omitChildren(props)) || {})
261 }
262
263 refetchDataFromMappings(mappings) {
264 mappings = coerceMappings(mappings)

Callers 3

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95
connectFunction · 0.80

Calls 2

omitChildrenFunction · 0.85

Tested by

no test coverage detected