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

Function attemptContinuousHydration

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

Source from the content-addressed store, hash-verified

17943 (fiber = fiber.alternate) && markRetryLaneImpl(fiber, retryLane);
17944}
17945function attemptContinuousHydration(fiber) {
17946 if (13 === fiber.tag) {
17947 var root = enqueueConcurrentRenderForLane(fiber, 67108864);
17948 null !== root && scheduleUpdateOnFiber(root, fiber, 67108864);
17949 markRetryLaneIfNotHydrated(fiber, 67108864);
17950 }
17951}
17952var _enabled = !0;
17953function dispatchDiscreteEvent(
17954 domEventName,

Calls 3

scheduleUpdateOnFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…