UNPKG

@tanstack/react-query

Version:

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

6 lines (4 loc) 240 B
import { notifyManager } from '@tanstack/query-core'; import { unstable_batchedUpdates } from './reactBatchedUpdates.esm.js'; notifyManager.setBatchNotifyFunction(unstable_batchedUpdates); //# sourceMappingURL=setBatchUpdatesFn.esm.js.map