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

Function mountLayoutEffect

docs/index.js:25431–25436  ·  view source on GitHub ↗
(create, deps)

Source from the content-addressed store, hash-verified

25429 : mountEffectImpl(8390656, Passive, create, deps);
25430 }
25431 function mountLayoutEffect(create, deps) {
25432 var fiberFlags = 4194308;
25433 (currentlyRenderingFiber$1.mode & StrictEffectsMode) !== NoMode &&
25434 (fiberFlags |= 67108864);
25435 return mountEffectImpl(fiberFlags, Layout, create, deps);
25436 }
25437 function imperativeHandleEffect(create, ref) {
25438 if ("function" === typeof ref) {
25439 create = create();

Callers 1

index.jsFile · 0.85

Calls 1

mountEffectImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…