MCPcopy Create free account
hub / github.com/TanStack/devtools / App

Function App

e2e/apps/react-start/src/routes/index.tsx:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5})
6
7function App() {
8 return (
9 <>
10 <h1>devtools e2e start</h1>
11 <button onClick={() => fetch('/emit-server-ping')}>emit server</button>
12 </>
13 )
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected