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

8 lines
192 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
"use strict";
exports.__esModule = true;
exports.unstable_batchedUpdates = void 0;
var _reactDom = require("react-dom");
exports.unstable_batchedUpdates = _reactDom.unstable_batchedUpdates;