We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374ba1e commit 4521723Copy full SHA for 4521723
1 file changed
packages/tanstack-query-react-plugin/src/ts-factory/getCreateAPIClientFactory.ts
@@ -495,7 +495,7 @@ const getCreateOperationClientFunctionFactory = ({
495
),
496
factory.createTypeReferenceNode(
497
factory.createIdentifier(
498
- shouldImportAllCallbacks ? 'AllCallbacks' : 'DefaultCallbacks'
+ shouldImportAllCallbacks ? 'AllCallbacks' : 'Callbacks'
499
500
undefined
501
@@ -596,7 +596,7 @@ const getCreateOperationClientFunctionFactory = ({
596
597
598
599
600
601
602
0 commit comments