We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520c0be commit d9fe74fCopy full SHA for d9fe74f
packages/query-devtools/src/Devtools.tsx
@@ -79,7 +79,7 @@ import type {
79
QueryState,
80
} from '@tanstack/query-core'
81
import type { StorageObject, StorageSetter } from '@solid-primitives/storage'
82
-import type { Accessor, Component, JSX, Setter } from 'solid-js'
+import type { Accessor, Component, JSX } from 'solid-js'
83
84
interface DevtoolsPanelProps {
85
localStore: StorageObject<string>
0 commit comments