Skip to content

Commit 80e1d4a

Browse files
committed
Merge branch 'feat/add-default-open-to-plugins' of https://github.com/TanStack/devtools into feat/add-default-open-to-plugins
2 parents 893858c + b7f98e9 commit 80e1d4a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/devtools/src/context/devtools-context.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ export interface TanStackDevtoolsPlugin {
4040
* ```
4141
*/
4242
name:
43-
| string
44-
| ((
45-
el: HTMLHeadingElement,
46-
theme: DevtoolsStore['settings']['theme'],
47-
) => void)
43+
| string
44+
| ((
45+
el: HTMLHeadingElement,
46+
theme: DevtoolsStore['settings']['theme'],
47+
) => void)
4848
/**
4949
* Unique identifier for the plugin.
5050
* If not provided, it will be generated based on the name.

0 commit comments

Comments
 (0)