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

Function commitDoubleInvokeEffectsInDEV

docs/index.js:34394–34403  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

34392 }
34393 }
34394 function commitDoubleInvokeEffectsInDEV(root) {
34395 var doubleInvokeEffects = !0;
34396 root.current.mode & (StrictLegacyMode | StrictEffectsMode) ||
34397 (doubleInvokeEffects = !1);
34398 recursivelyTraverseAndDoubleInvokeEffectsInDEV(
34399 root,
34400 root.current,
34401 doubleInvokeEffects
34402 );
34403 }
34404 function warnAboutUpdateOnNotYetMountedFiberInDEV(fiber) {
34405 if ((executionContext & RenderContext) === NoContext) {
34406 var tag = fiber.tag;

Callers 2

commitRootImplFunction · 0.85
flushPassiveEffectsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…