@suspensive/react-query-5
Version:
Suspensive interfaces for @tanstack/react-query@5
13 lines (11 loc) • 454 B
text/typescript
import { queryOptions as original_queryOptions } from '@tanstack/react-query'
/**
* This feature is officially supported in \@tanstack/react-query@5, You can proceed with the migration.
* @deprecated Use `queryOptions` from \@tanstack/react-query@5
* @example
* ```diff
* - import { queryOptions } from '@suspensive/react-query'
* + import { queryOptions } from '@tanstack/react-query'
* ```
*/
export const queryOptions = original_queryOptions