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

Function App

examples/solid/astro/src/components/SolidApp.tsx:47–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47const App = () => {
48 return (
49 <div class="flex flex-1 overflow-auto">
50 <SideNav />
51 <PokemonDetails />
52 </div>
53 )
54}
55
56const PokemonDetails = () => {
57 const id = usePokemonID()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected