UNPKG

@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 524 B
"use strict"; 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 // @ts-ignore const index_native_js_1 = require("use-sync-external-store/shim/index.native.js"); Object.defineProperty(exports, "useSyncExternalStore", { enumerable: true, get: function () { return index_native_js_1.useSyncExternalStore; } }); //# sourceMappingURL=useSyncExternalStore.native.js.map