8 lines
192 B
JavaScript
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;
|