(type)
| 512 | |
| 513 | |
| 514 | function getContextName(type) { |
| 515 | return type.displayName || 'Context'; |
| 516 | } // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead. |
| 517 | |
| 518 | |
| 519 | function getComponentNameFromType(type) { |
no outgoing calls
no test coverage detected
searching dependent graphs…