UNPKG

@tanstack/react-query

Version:

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

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