Files
boc/cc-frontend/node_modules/react-query/lib/react/setBatchUpdatesFn.js
T

7 lines
199 B
JavaScript
Raw Normal View History

"use strict";
var _core = require("../core");
var _reactBatchedUpdates = require("./reactBatchedUpdates");
_core.notifyManager.setBatchNotifyFunction(_reactBatchedUpdates.unstable_batchedUpdates);