UNPKG

@tanstack/react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

12 lines (7 loc) 417 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index_js = require('use-sync-external-store/shim/index.js'); // Temporary workaround due to an issue with react-native uSES - https://github.com/TanStack/query/pull/3601 const useSyncExternalStore = index_js.useSyncExternalStore; exports.useSyncExternalStore = useSyncExternalStore; //# sourceMappingURL=useSyncExternalStore.js.map