(config)
| 20007 | var specialPropRefWarningShown = void 0; |
| 20008 | |
| 20009 | function hasValidRef(config) { |
| 20010 | { |
| 20011 | if (hasOwnProperty.call(config, 'ref')) { |
| 20012 | var getter = Object.getOwnPropertyDescriptor(config, 'ref').get; |
| 20013 | if (getter && getter.isReactWarning) { |
| 20014 | return false; |
| 20015 | } |
| 20016 | } |
| 20017 | } |
| 20018 | return config.ref !== undefined; |
| 20019 | } |
| 20020 | |
| 20021 | function hasValidKey(config) { |
| 20022 | { |
no outgoing calls
no test coverage detected