File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ Add plugins via the `plugins` prop. Each plugin needs `name` (string) and `rende
5252import { TanStackDevtools } from ' @tanstack/react-devtools'
5353import { ReactQueryDevtoolsPanel } from ' @tanstack/react-query-devtools'
5454import { 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
205204import { TanStackDevtools } from '@tanstack/react-devtools'
206205import { FormDevtools } from '@tanstack/react-form'
207-
208206;<TanStackDevtools
209207 config={{ hideUntilHover: true }}
210208 eventBusConfig={{ debug: true }}
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ The injected code looks like:
164164
165165``` tsx
166166import { AcmeStateDevtoolsPanel } from ' @acme/react-state-devtools'
167-
168167;< TanStackDevtools
169168 plugins = {[
170169 { name: ' Acme State Inspector' , render: <AcmeStateDevtoolsPanel /> },
You can’t perform that action at this time.
0 commit comments