MCPcopy Index your code
hub / github.com/caseywebdev/react-list / markFailedErrorBoundaryForHotReloading

Function markFailedErrorBoundaryForHotReloading

docs/index.js:22577–22582  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

22575 : !1;
22576 }
22577 function markFailedErrorBoundaryForHotReloading(fiber) {
22578 null !== resolveFamily &&
22579 "function" === typeof WeakSet &&
22580 (null === failedBoundaries && (failedBoundaries = new WeakSet()),
22581 failedBoundaries.add(fiber));
22582 }
22583 function scheduleFibersWithFamiliesRecursively(
22584 fiber,
22585 updatedFamilies,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…