Skip to content

Commit 4d130b9

Browse files
authored
fix(query-devtools): remove experimentalDts to prevent solid-js type leak (#10694)
* fix(query-devtools): remove experimentalDts to prevent solid-js type leak * changeset Co-authored by @namgi2386
1 parent 55c6b8a commit 4d130b9

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.changeset/violet-canyons-love.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@tanstack/solid-query-persist-client': patch
3+
'@tanstack/solid-query-devtools': patch
4+
'@tanstack/query-devtools': patch
5+
'@tanstack/solid-query': patch
6+
---
7+
8+
fix(query-devtools): remove experimentalDts to prevent solid-js type leak

packages/query-devtools/tsup.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default defineConfig(() => {
1616

1717
tsup_options.forEach((tsup_option) => {
1818
tsup_option.outDir = 'build'
19-
tsup_option.experimentalDts = true
20-
delete tsup_option.dts
2119
})
2220

2321
return tsup_options

packages/solid-query-devtools/tsup.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default defineConfig(() => {
1616

1717
tsup_options.forEach((tsup_option) => {
1818
tsup_option.outDir = 'build'
19-
tsup_option.experimentalDts = true
20-
delete tsup_option.dts
2119
})
2220

2321
return tsup_options

packages/solid-query-persist-client/tsup.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default defineConfig(() => {
1616

1717
tsup_options.forEach((tsup_option) => {
1818
tsup_option.outDir = 'build'
19-
tsup_option.experimentalDts = true
20-
delete tsup_option.dts
2119
})
2220

2321
return tsup_options

packages/solid-query/tsup.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default defineConfig(() => {
1616

1717
tsup_options.forEach((tsup_option) => {
1818
tsup_option.outDir = 'build'
19-
tsup_option.experimentalDts = true
20-
delete tsup_option.dts
2119
})
2220

2321
return tsup_options

0 commit comments

Comments
 (0)