Function
getDisplayName
(WrappedComponent: React$Component)
Source from the content-addressed store, hash-verified
| 104 | } |
| 105 | |
| 106 | function getDisplayName(WrappedComponent: React$Component) { |
| 107 | return ( |
| 108 | (WrappedComponent && |
| 109 | (WrappedComponent.displayName || WrappedComponent.name)) || |
| 110 | 'Component' |
| 111 | ) |
| 112 | } |
| 113 | |
| 114 | const ScrollIntoViewDefaultOptions: KeyboardAwareHOCOptions = { |
| 115 | enableOnAndroid: false, |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…