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

Function mountTransition

docs/index.js:25718–25729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25716 );
25717 }
25718 function mountTransition() {
25719 var stateHook = mountStateImpl(!1);
25720 stateHook = startTransition.bind(
25721 null,
25722 currentlyRenderingFiber$1,
25723 stateHook.queue,
25724 !0,
25725 !1
25726 );
25727 mountWorkInProgressHook().memoizedState = stateHook;
25728 return [!1, stateHook];
25729 }
25730 function updateTransition() {
25731 var booleanOrThenable = updateReducer(basicStateReducer)[0],
25732 start = updateWorkInProgressHook().memoizedState;

Callers 1

index.jsFile · 0.85

Calls 2

mountStateImplFunction · 0.85
mountWorkInProgressHookFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…