Skip to content

Commit 236d90a

Browse files
committed
Merge branch 'main' into feat/bus-connection
2 parents 51ba6bf + a367cf2 commit 236d90a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-devtools/src/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export interface TanStackDevtoolsReactInit {
8383
* initial state of the devtools when it is started for the first time. Afterwards,
8484
* the settings are persisted in local storage and changed through the settings panel.
8585
*/
86-
config?: TanStackDevtoolsConfig
86+
config?: Partial<TanStackDevtoolsConfig>
8787
/**
8888
* Configuration for the TanStack Devtools client event bus.
8989
*/

packages/solid-devtools/src/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ interface TanstackDevtoolsInit {
8686
* initial state of the devtools when it is started for the first time. Afterwards,
8787
* the settings are persisted in local storage and changed through the settings panel.
8888
*/
89-
config?: TanStackDevtoolsConfig
89+
config?: Partial<TanStackDevtoolsConfig>
9090
/**
9191
* Configuration for the TanStack Devtools client event bus.
9292
*/

0 commit comments

Comments
 (0)