Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArianHamdi/React-Query-NextJS-SSR
/ Devtools
Function
Devtools
components/Devtools/Devtools.jsx:9–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
const Devtools = () => {
10
return (
11
<Suspense fallback={null}>
12
<ReactQueryDevtoolsProduction />
13
</Suspense>
14
)
15
}
16
17
export default Devtools;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected