@suspensive/react-query-4
Version:
Suspensive interfaces for @tanstack/react-query@4
18 lines (16 loc) • 644 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
let _tanstack_react_query = require("@tanstack/react-query");
//#region src/queryOptions.ts
/**
* This feature is officially supported in \@tanstack/react-query@^4.40.0, You can proceed with the migration.
* @deprecated Use `queryOptions` from \@tanstack/react-query@^4.40.0
* @example
* ```diff
* - import { queryOptions } from '@suspensive/react-query'
* + import { queryOptions } from '@tanstack/react-query'
* ```
*/
const queryOptions = _tanstack_react_query.queryOptions;
//#endregion
exports.queryOptions = queryOptions;
//# sourceMappingURL=queryOptions.cjs.map