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

Function useHostTransitionStatus

docs/index.js:8109–8111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8107 dispatchSetStateInternal(formFiber, resetStateQueue, {}, requestUpdateLane());
8108}
8109function useHostTransitionStatus() {
8110 return readContext(HostTransitionContext);
8111}
8112function updateId() {
8113 return updateWorkInProgressHook().memoizedState;
8114}

Callers

nothing calls this directly

Calls 1

readContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…