geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
20 lines (19 loc) • 425 B
JavaScript
import _ from "react-dom";
var r, t = _;
if (process.env.NODE_ENV === "production")
r = t.createRoot, t.hydrateRoot;
else {
var e = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
r = function(o, n) {
e.usingClientEntryPoint = !0;
try {
return t.createRoot(o, n);
} finally {
e.usingClientEntryPoint = !1;
}
};
}
export {
r as createRoot
};
//# sourceMappingURL=index132.es.js.map