(config)
| 17987 | var specialPropRefWarningShown = void 0; |
| 17988 | |
| 17989 | function hasValidRef(config) { |
| 17990 | { |
| 17991 | if (hasOwnProperty.call(config, 'ref')) { |
| 17992 | var getter = Object.getOwnPropertyDescriptor(config, 'ref').get; |
| 17993 | if (getter && getter.isReactWarning) { |
| 17994 | return false; |
| 17995 | } |
| 17996 | } |
| 17997 | } |
| 17998 | return config.ref !== undefined; |
| 17999 | } |
| 18000 | |
| 18001 | function hasValidKey(config) { |
| 18002 | { |
no outgoing calls
no test coverage detected