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

Method constructor

examples/react/basic/src/plugin.ts:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17class QueryDevtoolsPlugin extends EventClient<EventMap> {
18 constructor() {
19 super({
20 pluginId: 'query-devtools',
21 })
22 }
23}
24
25export const queryPlugin = new QueryDevtoolsPlugin()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected