MCPcopy Create free account
hub / github.com/plotly/dash / getContextName

Function getContextName

dash/deps/react-dom@18.3.1.js:1294–1296  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

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) {

Callers 1

getComponentNameFromTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…