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