(WrappedComponent)
| 12 | const defaultMapPropsToRequestsToProps = () => ({}) |
| 13 | |
| 14 | function getDisplayName(WrappedComponent) { |
| 15 | return WrappedComponent.displayName || WrappedComponent.name || 'Component' |
| 16 | } |
| 17 | |
| 18 | // Helps track hot reloading. |
| 19 | let nextVersion = 0 |
no outgoing calls
no test coverage detected
searching dependent graphs…