UNPKG

@tanstack/react-query

Version:

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

5 lines (3 loc) 180 B
import { notifyManager } from '@tanstack/query-core' import { unstable_batchedUpdates } from './reactBatchedUpdates' notifyManager.setBatchNotifyFunction(unstable_batchedUpdates)