UNPKG

@tanstack/react-query

Version:

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

8 lines (5 loc) 264 B
'use strict'; var queryCore = require('@tanstack/query-core'); var reactBatchedUpdates = require('./reactBatchedUpdates'); queryCore.notifyManager.setBatchNotifyFunction(reactBatchedUpdates.unstable_batchedUpdates); //# sourceMappingURL=setBatchUpdatesFn.js.map