securityos/node_modules/react-redux/lib/utils/reactBatchedUpdates.js

8 lines
192 B
JavaScript

"use strict";
exports.__esModule = true;
exports.unstable_batchedUpdates = void 0;
var _reactDom = require("react-dom");
exports.unstable_batchedUpdates = _reactDom.unstable_batchedUpdates;