main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1016 bytes
|
Rev | Line | |
---|
[d565449] | 1 | import {
|
---|
| 2 | require_react_dom
|
---|
| 3 | } from "./chunk-6VWAHX6D.js";
|
---|
| 4 | import "./chunk-QJTFJ6OV.js";
|
---|
| 5 | import {
|
---|
| 6 | __commonJS
|
---|
| 7 | } from "./chunk-V4OQ3NZ2.js";
|
---|
| 8 |
|
---|
| 9 | // node_modules/react-dom/client.js
|
---|
| 10 | var require_client = __commonJS({
|
---|
| 11 | "node_modules/react-dom/client.js"(exports) {
|
---|
| 12 | var m = require_react_dom();
|
---|
| 13 | if (false) {
|
---|
| 14 | exports.createRoot = m.createRoot;
|
---|
| 15 | exports.hydrateRoot = m.hydrateRoot;
|
---|
| 16 | } else {
|
---|
| 17 | i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
---|
| 18 | exports.createRoot = function(c, o) {
|
---|
| 19 | i.usingClientEntryPoint = true;
|
---|
| 20 | try {
|
---|
| 21 | return m.createRoot(c, o);
|
---|
| 22 | } finally {
|
---|
| 23 | i.usingClientEntryPoint = false;
|
---|
| 24 | }
|
---|
| 25 | };
|
---|
| 26 | exports.hydrateRoot = function(c, h, o) {
|
---|
| 27 | i.usingClientEntryPoint = true;
|
---|
| 28 | try {
|
---|
| 29 | return m.hydrateRoot(c, h, o);
|
---|
| 30 | } finally {
|
---|
| 31 | i.usingClientEntryPoint = false;
|
---|
| 32 | }
|
---|
| 33 | };
|
---|
| 34 | }
|
---|
| 35 | var i;
|
---|
| 36 | }
|
---|
| 37 | });
|
---|
| 38 | export default require_client();
|
---|
| 39 | //# sourceMappingURL=react-dom_client.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.