@erikey/react 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui/index.mjs
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import * as __injected_react__ from "react";import * as __injected_react_dom__ from "react-dom";if(typeof globalThis.require==="undefined"){globalThis.require=function(m){if(m==="react")return __injected_react__;if(m==="react-dom")return __injected_react_dom__;throw new Error("Dynamic require of "+m+" is not supported")}}
|
|
1
2
|
import {
|
|
2
3
|
__commonJS,
|
|
3
4
|
__export,
|
|
4
5
|
__require,
|
|
5
6
|
__toESM
|
|
6
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-UNZJ6S43.mjs";
|
|
7
8
|
|
|
8
9
|
// ../../../node_modules/.pnpm/warning@4.0.3/node_modules/warning/warning.js
|
|
9
10
|
var require_warning = __commonJS({
|