Skip to content

Commit a5b1dc6

Browse files
authored
fix: allow initialData (#69)
1 parent 42c0ca9 commit a5b1dc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/createUseQuery.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ function createQueryHook({
316316
ts.factory.createLiteralTypeNode(
317317
ts.factory.createStringLiteral("queryFn")
318318
),
319-
ts.factory.createLiteralTypeNode(
320-
ts.factory.createStringLiteral("initialData")
321-
),
322319
]),
323320
]
324321
)

0 commit comments

Comments
 (0)