(WrappedComponent)
| 22 | } |
| 23 | |
| 24 | function getDisplayName(WrappedComponent) { |
| 25 | return WrappedComponent.displayName || WrappedComponent.name || 'Component' |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * This is a utility wrapper component that will allow our higher order |
no outgoing calls
no test coverage detected
searching dependent graphs…