MCPcopy Index your code
hub / github.com/react/react / ActionC

Function ActionC

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

Source from the content-addressed store, hash-verified

547
548 let startTransitionC;
549 function ActionC() {
550 const [isPending, start] = useTransition();
551 startTransitionC = start;
552 return <Text text={'Pending C: ' + isPending} />;
553 }
554
555 const root = ReactNoop.createRoot();
556 await act(() => {

Callers

nothing calls this directly

Calls 1

useTransitionFunction · 0.50

Tested by

no test coverage detected