(config)
| 18756 | var specialPropRefWarningShown = void 0; |
| 18757 | |
| 18758 | function hasValidRef(config) { |
| 18759 | { |
| 18760 | if (hasOwnProperty.call(config, 'ref')) { |
| 18761 | var getter = Object.getOwnPropertyDescriptor(config, 'ref').get; |
| 18762 | if (getter && getter.isReactWarning) { |
| 18763 | return false; |
| 18764 | } |
| 18765 | } |
| 18766 | } |
| 18767 | return config.ref !== undefined; |
| 18768 | } |
| 18769 | |
| 18770 | function hasValidKey(config) { |
| 18771 | { |
no outgoing calls
no test coverage detected