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.
1 parent 2b8df23 commit 506404bCopy full SHA for 506404b
2 files changed
packages/devtools-vite/package.json
@@ -64,4 +64,4 @@
64
"@types/babel__generator": "^7.27.0",
65
"@types/babel__traverse": "^7.28.0"
66
}
67
-}
+}
packages/devtools/src/devtools.tsx
@@ -30,7 +30,7 @@ export default function DevTools() {
30
setIsOpen(!open)
31
setPersistOpen(!open)
32
33
- createEffect(() => { })
+ createEffect(() => {})
34
// Used to resize the panel
35
const handleDragStart = (
36
panelElement: HTMLDivElement | undefined,
@@ -167,7 +167,7 @@ export default function DevTools() {
167
e.stopPropagation()
168
fetch(
169
`http://localhost:__TSD_PORT__/__tsd/open-source?source=${dataSource}`,
170
- ).catch(() => { })
+ ).catch(() => {})
171
172
173
0 commit comments