@preact-signals/query
Version:
A reactive utility for React/Preact that simplifies the handling of data fetching and state management. Powered by Preact Signals, it provides hooks and functions to create reactive resources and manage their state seamlessly.
6 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const query_core_1 = require("@tanstack/query-core");
const reactBatchedUpdates_1 = require("./reactBatchedUpdates");
query_core_1.notifyManager.setBatchNotifyFunction(reactBatchedUpdates_1.unstable_batchedUpdates);
//# sourceMappingURL=setBatchUpdatesFn.js.map