(config)
| 998 | return null === dispatcher ? null : dispatcher.getOwner(); |
| 999 | } |
| 1000 | function hasValidKey(config) { |
| 1001 | if (hasOwnProperty.call(config, "key")) { |
| 1002 | var getter = Object.getOwnPropertyDescriptor(config, "key").get; |
| 1003 | if (getter && getter.isReactWarning) return !1; |
| 1004 | } |
| 1005 | return void 0 !== config.key; |
| 1006 | } |
| 1007 | function defineKeyPropWarningGetter(props, displayName) { |
| 1008 | function warnAboutAccessingKey() { |
| 1009 | specialPropKeyWarningShown || |
no outgoing calls
no test coverage detected
searching dependent graphs…