File tree Expand file tree Collapse file tree
solid-query-persist-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments