()
| 423 | } |
| 424 | |
| 425 | clearAllRefreshTimeouts() { |
| 426 | Object.keys(this.state.refreshTimeouts).forEach((prop) => { |
| 427 | clearTimeout(this.state.refreshTimeouts[prop]) |
| 428 | }) |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | RefetchConnect.displayName = `Refetch.connect(${getDisplayName(WrappedComponent)})` |
no outgoing calls
no test coverage detected