contract-query/frontend/node_modules/react-query/es/react/setBatchUpdatesFn.js
2025-08-14 15:03:33 -05:00

3 lines
No EOL
168 B
JavaScript

import { notifyManager } from '../core';
import { unstable_batchedUpdates } from './reactBatchedUpdates';
notifyManager.setBatchNotifyFunction(unstable_batchedUpdates);