chunk-ZWGWGGVF.js 1022 B

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