MCPcopy Create free account
hub / github.com/microsoft/SandDance / updateLayoutEffect

Function updateLayoutEffect

docs/external/js/react-dom.development.js:15485–15487  ·  view source on GitHub ↗
(create, deps)

Source from the content-addressed store, hash-verified

15483 }
15484
15485 function updateLayoutEffect(create, deps) {
15486 return updateEffectImpl(Update, Layout, create, deps);
15487 }
15488
15489 function imperativeHandleEffect(create, ref) {
15490 if (typeof ref === 'function') {

Callers 1

Calls 1

updateEffectImplFunction · 0.85

Tested by

no test coverage detected