(type)
| 1292 | |
| 1293 | |
| 1294 | function getContextName(type) { |
| 1295 | return type.displayName || 'Context'; |
| 1296 | } // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead. |
| 1297 | |
| 1298 | |
| 1299 | function getComponentNameFromType(type) { |
no outgoing calls
no test coverage detected
searching dependent graphs…