Skip to content

Commit 15acb33

Browse files
authored
Merge pull request #1194 from hey-api/fix/tanstack-query-signal
fix: pass TanStack query signal to client call
2 parents 8ba1230 + c38deaf commit 15acb33

File tree

16 files changed

+1354
-867
lines changed

16 files changed

+1354
-867
lines changed

.changeset/smooth-onions-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hey-api/openapi-ts': patch
3+
---
4+
5+
fix: pass TanStack query signal to client call

packages/openapi-ts/src/plugins/@tanstack/query-core/plugin-legacy.ts

Lines changed: 232 additions & 212 deletions
Large diffs are not rendered by default.

packages/openapi-ts/src/plugins/@tanstack/query-core/plugin.ts

Lines changed: 228 additions & 210 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/react-query/asClass/@tanstack/react-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/react-query/axios/@tanstack/react-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/react-query/fetch/@tanstack/react-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/solid-query/asClass/@tanstack/solid-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/solid-query/axios/@tanstack/solid-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/solid-query/fetch/@tanstack/solid-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

packages/openapi-ts/test/__snapshots__/plugins/@tanstack/svelte-query/asClass/@tanstack/svelte-query.gen.ts

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)