@tanstack/react-query
Advanced tools
Comparing version
@@ -19,4 +19,4 @@ export * from '@tanstack/query-core'; | ||
export { useInfiniteQuery } from './useInfiniteQuery.js'; | ||
export { IsRestoringProvider, useIsRestoring } from './isRestoring.js'; | ||
export { IsRestoringProvider, useIsRestoring } from './IsRestoringProvider.js'; | ||
import 'react'; | ||
import 'react/jsx-runtime'; |
@@ -27,3 +27,3 @@ // src/index.ts | ||
import { useInfiniteQuery } from "./useInfiniteQuery.js"; | ||
import { useIsRestoring, IsRestoringProvider } from "./isRestoring.js"; | ||
import { useIsRestoring, IsRestoringProvider } from "./IsRestoringProvider.js"; | ||
export { | ||
@@ -30,0 +30,0 @@ HydrationBoundary, |
@@ -13,3 +13,3 @@ "use client"; | ||
} from "./errorBoundaryUtils.js"; | ||
import { useIsRestoring } from "./isRestoring.js"; | ||
import { useIsRestoring } from "./IsRestoringProvider.js"; | ||
import { | ||
@@ -16,0 +16,0 @@ ensureSuspenseTimers, |
@@ -11,3 +11,3 @@ "use client"; | ||
import { useQueryClient } from "./QueryClientProvider.js"; | ||
import { useIsRestoring } from "./isRestoring.js"; | ||
import { useIsRestoring } from "./IsRestoringProvider.js"; | ||
import { useQueryErrorResetBoundary } from "./QueryErrorResetBoundary.js"; | ||
@@ -14,0 +14,0 @@ import { |
@@ -19,4 +19,4 @@ export * from '@tanstack/query-core'; | ||
export { useInfiniteQuery } from './useInfiniteQuery.js'; | ||
export { IsRestoringProvider, useIsRestoring } from './isRestoring.js'; | ||
export { IsRestoringProvider, useIsRestoring } from './IsRestoringProvider.js'; | ||
import 'react'; | ||
import 'react/jsx-runtime'; |
@@ -27,3 +27,3 @@ // src/index.ts | ||
import { useInfiniteQuery } from "./useInfiniteQuery.js"; | ||
import { useIsRestoring, IsRestoringProvider } from "./isRestoring.js"; | ||
import { useIsRestoring, IsRestoringProvider } from "./IsRestoringProvider.js"; | ||
export { | ||
@@ -30,0 +30,0 @@ HydrationBoundary, |
@@ -13,3 +13,3 @@ "use client"; | ||
} from "./errorBoundaryUtils.js"; | ||
import { useIsRestoring } from "./isRestoring.js"; | ||
import { useIsRestoring } from "./IsRestoringProvider.js"; | ||
import { | ||
@@ -16,0 +16,0 @@ ensureSuspenseTimers, |
@@ -11,3 +11,3 @@ "use client"; | ||
import { useQueryClient } from "./QueryClientProvider.js"; | ||
import { useIsRestoring } from "./isRestoring.js"; | ||
import { useIsRestoring } from "./IsRestoringProvider.js"; | ||
import { useQueryErrorResetBoundary } from "./QueryErrorResetBoundary.js"; | ||
@@ -14,0 +14,0 @@ import { |
{ | ||
"name": "@tanstack/react-query", | ||
"version": "5.75.1", | ||
"version": "5.75.2", | ||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
@@ -55,2 +55,2 @@ /* istanbul ignore file */ | ||
export { useInfiniteQuery } from './useInfiniteQuery' | ||
export { useIsRestoring, IsRestoringProvider } from './isRestoring' | ||
export { useIsRestoring, IsRestoringProvider } from './IsRestoringProvider' |
@@ -12,3 +12,3 @@ 'use client' | ||
} from './errorBoundaryUtils' | ||
import { useIsRestoring } from './isRestoring' | ||
import { useIsRestoring } from './IsRestoringProvider' | ||
import { | ||
@@ -15,0 +15,0 @@ ensureSuspenseTimers, |
@@ -10,3 +10,3 @@ 'use client' | ||
import { useQueryClient } from './QueryClientProvider' | ||
import { useIsRestoring } from './isRestoring' | ||
import { useIsRestoring } from './IsRestoringProvider' | ||
import { useQueryErrorResetBoundary } from './QueryErrorResetBoundary' | ||
@@ -13,0 +13,0 @@ import { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
725762
0.07%