MCPcopy
hub / github.com/facebook/react / ActionB

Function ActionB

packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js:542–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540
541 let startTransitionB;
542 function ActionB() {
543 const [isPending, start] = useTransition();
544 startTransitionB = start;
545 return <Text text={'Pending B: ' + isPending} />;
546 }
547
548 let startTransitionC;
549 function ActionC() {

Callers

nothing calls this directly

Calls 1

useTransitionFunction · 0.50

Tested by

no test coverage detected