@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.
8 lines • 420 B
JavaScript
;
"use client";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useSyncExternalStore = void 0;
// Temporary workaround due to an issue with react-native uSES - https://github.com/TanStack/query/pull/3601
const index_js_1 = require("use-sync-external-store/shim/index.js");
exports.useSyncExternalStore = index_js_1.useSyncExternalStore;
//# sourceMappingURL=useSyncExternalStore.js.map