File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export const ReactQueryDevtools: (typeof Devtools)['ReactQueryDevtools'] =
10
10
}
11
11
: Devtools . ReactQueryDevtools
12
12
13
- export const ReactQueryDevtoolsPanel : ( typeof DevtoolsPanel ) [ 'ReactQueryDevtoolsPanel' ] = DevtoolsPanel . ReactQueryDevtoolsPanel
13
+ export const ReactQueryDevtoolsPanel : ( typeof DevtoolsPanel ) [ 'ReactQueryDevtoolsPanel' ] =
14
+ DevtoolsPanel . ReactQueryDevtoolsPanel
14
15
15
16
export type DevtoolsPanelOptions = DevtoolsPanel . DevtoolsPanelOptions
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const SolidQueryDevtools: typeof SolidQueryDevtoolsComp = isDev
9
9
return null
10
10
}
11
11
12
- export const SolidQueryDevtoolsPanel : typeof SolidQueryDevtoolsCompPanel = clientOnly ( ( ) => import ( './devtoolsPanel' ) )
12
+ export const SolidQueryDevtoolsPanel : typeof SolidQueryDevtoolsCompPanel =
13
+ clientOnly ( ( ) => import ( './devtoolsPanel' ) )
13
14
14
15
export type { DevtoolsPanelOptions } from './devtoolsPanel'
You can’t perform that action at this time.
0 commit comments