@tanstack/query-core 5.45.0 → 5.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ describe('getQueryData', () => {
|
|
|
28
28
|
})
|
|
29
29
|
|
|
30
30
|
it('should only allow Arrays to be passed', () => {
|
|
31
|
-
const queryKey = 'key'
|
|
31
|
+
const queryKey = 'key'
|
|
32
32
|
const queryClient = new QueryClient()
|
|
33
33
|
// @ts-expect-error TS2345: Argument of type 'string' is not assignable to parameter of type 'QueryKey'
|
|
34
34
|
return queryClient.getQueryData(queryKey)
|