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

Function updateDeferredValue

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

Source from the content-addressed store, hash-verified

16446 }
16447
16448 function updateDeferredValue(value) {
16449 var hook = updateWorkInProgressHook();
16450 var resolvedCurrentHook = currentHook;
16451 var prevValue = resolvedCurrentHook.memoizedState;
16452 return updateDeferredValueImpl(hook, prevValue, value);
16453 }
16454
16455 function rerenderDeferredValue(value) {
16456 var hook = updateWorkInProgressHook();

Callers 1

Calls 2

updateWorkInProgressHookFunction · 0.70
updateDeferredValueImplFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…