Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
useActor
Function · 0.90
provide
Method · 0.80
send
Method · 0.80
get
Method · 0.80
send
Function · 0.50
Tested by
no test coverage detected