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