MCPcopy Create free account
hub / github.com/plotly/dash / getWorkInProgressRoot

Function getWorkInProgressRoot

dash/deps/react-dom@18.3.1.js:25421–25423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25419 var currentEventTransitionLane = NoLanes;
25420 var isRunningInsertionEffect = false;
25421 function getWorkInProgressRoot() {
25422 return workInProgressRoot;
25423 }
25424 function requestEventTime() {
25425 if ((executionContext & (RenderContext | CommitContext)) !== NoContext) {
25426 // We're inside React, so it's fine to read the actual time.

Callers 4

mountSyncExternalStoreFunction · 0.70
updateSyncExternalStoreFunction · 0.70
mountIdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…