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

Function updateDeferredValue

docs/index.js:25543–25551  ·  view source on GitHub ↗
(value, initialValue)

Source from the content-addressed store, hash-verified

25541 return mountDeferredValueImpl(hook, value, initialValue);
25542 }
25543 function updateDeferredValue(value, initialValue) {
25544 var hook = updateWorkInProgressHook();
25545 return updateDeferredValueImpl(
25546 hook,
25547 currentHook.memoizedState,
25548 value,
25549 initialValue
25550 );
25551 }
25552 function rerenderDeferredValue(value, initialValue) {
25553 var hook = updateWorkInProgressHook();
25554 return null === currentHook

Callers 1

index.jsFile · 0.85

Calls 2

updateWorkInProgressHookFunction · 0.85
updateDeferredValueImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…