react-dom_client.js 1016 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. import {
  2. require_react_dom
  3. } from "./chunk-BANT3OPS.js";
  4. import "./chunk-QRULMDK5.js";
  5. import {
  6. __commonJS
  7. } from "./chunk-G3PMV62Z.js";
  8. // node_modules/react-dom/client.js
  9. var require_client = __commonJS({
  10. "node_modules/react-dom/client.js"(exports) {
  11. var m = require_react_dom();
  12. if (false) {
  13. exports.createRoot = m.createRoot;
  14. exports.hydrateRoot = m.hydrateRoot;
  15. } else {
  16. i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
  17. exports.createRoot = function(c, o) {
  18. i.usingClientEntryPoint = true;
  19. try {
  20. return m.createRoot(c, o);
  21. } finally {
  22. i.usingClientEntryPoint = false;
  23. }
  24. };
  25. exports.hydrateRoot = function(c, h, o) {
  26. i.usingClientEntryPoint = true;
  27. try {
  28. return m.hydrateRoot(c, h, o);
  29. } finally {
  30. i.usingClientEntryPoint = false;
  31. }
  32. };
  33. }
  34. var i;
  35. }
  36. });
  37. export default require_client();
  38. //# sourceMappingURL=react-dom_client.js.map