MCPcopy Create free account
hub / github.com/caseywebdev/react-list / markRetryLaneIfNotHydrated

Function markRetryLaneIfNotHydrated

docs/index.js:17941–17944  ·  view source on GitHub ↗
(fiber, retryLane)

Source from the content-addressed store, hash-verified

17939 }
17940}
17941function markRetryLaneIfNotHydrated(fiber, retryLane) {
17942 markRetryLaneImpl(fiber, retryLane);
17943 (fiber = fiber.alternate) && markRetryLaneImpl(fiber, retryLane);
17944}
17945function attemptContinuousHydration(fiber) {
17946 if (13 === fiber.tag) {
17947 var root = enqueueConcurrentRenderForLane(fiber, 67108864);

Callers 3

dispatchEventFunction · 0.85

Calls 1

markRetryLaneImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…