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

Function resolveFunctionForHotReloading

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

Source from the content-addressed store, hash-verified

27671 }
27672 };
27673 function resolveFunctionForHotReloading(type) {
27674 {
27675 if (resolveFamily === null) {
27676 // Hot reloading is disabled.
27677 return type;
27678 }
27679
27680 var family = resolveFamily(type);
27681
27682 if (family === undefined) {
27683 return type;
27684 } // Use the latest known implementation.
27685
27686
27687 return family.current;
27688 }
27689 }
27690 function resolveClassForHotReloading(type) {
27691 // No implementation differences.
27692 return resolveFunctionForHotReloading(type);

Callers 6

updateMemoComponentFunction · 0.70
mountLazyComponentFunction · 0.70
createWorkInProgressFunction · 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…