()
| 994 | return ""; |
| 995 | } |
| 996 | function getOwner() { |
| 997 | var dispatcher = ReactSharedInternals.A; |
| 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; |
no outgoing calls
no test coverage detected
searching dependent graphs…