MCPcopy
hub / github.com/statelyai/xstate / App

Function App

packages/xstate-react/test/useActor.test.tsx:472–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470 );
471
472 const App = () => {
473 useActor(m);
474 rerenders++;
475 return null;
476 };
477
478 render(<App />);
479

Callers

nothing calls this directly

Calls 5

useActorFunction · 0.90
provideMethod · 0.80
sendMethod · 0.80
getMethod · 0.80
sendFunction · 0.50

Tested by

no test coverage detected