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.
2 parents 6d30053 + 8a12964 commit a367cf2Copy full SHA for a367cf2
packages/react-devtools/src/devtools.tsx
@@ -82,7 +82,7 @@ export interface TanStackDevtoolsReactInit {
82
* initial state of the devtools when it is started for the first time. Afterwards,
83
* the settings are persisted in local storage and changed through the settings panel.
84
*/
85
- config?: TanStackDevtoolsConfig
+ config?: Partial<TanStackDevtoolsConfig>
86
}
87
88
const convertRender = (
0 commit comments