MCPcopy Index your code
hub / github.com/caseywebdev/react-list / updateRef

Function updateRef

docs/index.js:7897–7899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7895 return tag;
7896}
7897function updateRef() {
7898 return updateWorkInProgressHook().memoizedState;
7899}
7900function mountEffectImpl(fiberFlags, hookFlags, create, deps) {
7901 var hook = mountWorkInProgressHook();
7902 currentlyRenderingFiber$1.flags |= fiberFlags;

Callers

nothing calls this directly

Calls 1

updateWorkInProgressHookFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…