File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments