Skip to content

Commit e5b254f

Browse files
committed
fix: add '@tanstack/preact-devtools' to the devtoolsPackages list
1 parent b486792 commit e5b254f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devtools-vite/src/inject-plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ type Edit = {
99

1010
const devtoolsPackages = [
1111
'@tanstack/react-devtools',
12+
'@tanstack/preact-devtools',
1213
'@tanstack/solid-devtools',
1314
'@tanstack/vue-devtools',
1415
'@tanstack/svelte-devtools',

0 commit comments

Comments
 (0)