Skip to content

Commit 3265b82

Browse files
ci: apply automated fixes (attempt 2/3)
1 parent 9279aa7 commit 3265b82

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/devtools/skills/devtools-app-setup/SKILL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Add plugins via the `plugins` prop. Each plugin needs `name` (string) and `rende
5252
import { TanStackDevtools } from '@tanstack/react-devtools'
5353
import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
5454
import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'
55-
5655
;<TanStackDevtools
5756
plugins={[
5857
{
@@ -204,7 +203,6 @@ Each plugin entry can include a `defaultOpen` flag to control whether that plugi
204203
```tsx
205204
import { TanStackDevtools } from '@tanstack/react-devtools'
206205
import { FormDevtools } from '@tanstack/react-form'
207-
208206
;<TanStackDevtools
209207
config={{ hideUntilHover: true }}
210208
eventBusConfig={{ debug: true }}

packages/devtools/skills/devtools-marketplace/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ The injected code looks like:
164164

165165
```tsx
166166
import { AcmeStateDevtoolsPanel } from '@acme/react-state-devtools'
167-
168167
;<TanStackDevtools
169168
plugins={[
170169
{ name: 'Acme State Inspector', render: <AcmeStateDevtoolsPanel /> },

0 commit comments

Comments
 (0)