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.
config
1 parent 6d30053 commit 8a12964Copy full SHA for 8a12964
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