import "./chunk-BNEGSWOM.js";
import {
init_preact_module,
k,
l,
x
} from "./chunk-453BAUPL.js";
import "./chunk-BYYN2XO5.js";
// node_modules/preact/debug/dist/debug.module.js
init_preact_module();
var t = {};
function r() {
t = {};
}
function a(e) {
return e.type === k ? "Fragment" : "function" == typeof e.type ? e.type.displayName || e.type.name : "string" == typeof e.type ? e.type : "#text";
}
var i = [];
var s = [];
function c() {
return i.length > 0 ? i[i.length - 1] : null;
}
var l2 = true;
function u(e) {
return "function" == typeof e.type && e.type != k;
}
function f(n) {
for (var e = [n], o = n; null != o.__o; ) e.push(o.__o), o = o.__o;
return e.reduce(function(n2, e2) {
n2 += " in " + a(e2);
var o2 = e2.__source;
return o2 ? n2 += " (at " + o2.fileName + ":" + o2.lineNumber + ")" : l2 && console.warn("Add @babel/plugin-transform-react-jsx-source to get a more detailed component stack. Note that you should not add it to production builds of your App for bundle size reasons."), l2 = false, n2 + "\n";
}, "");
}
var d = "function" == typeof WeakMap;
function p(n) {
var e = [];
return n.__k ? (n.__k.forEach(function(n2) {
n2 && "function" == typeof n2.type ? e.push.apply(e, p(n2)) : n2 && "string" == typeof n2.type && e.push(n2.type);
}), e) : e;
}
function h(n) {
return n ? "function" == typeof n.type ? null == n.__ ? null != n.__e && null != n.__e.parentNode ? n.__e.parentNode.localName : "" : h(n.__) : n.type : "";
}
var v = x.prototype.setState;
function y(n) {
return "table" === n || "tfoot" === n || "tbody" === n || "thead" === n || "td" === n || "tr" === n || "th" === n;
}
x.prototype.setState = function(n, e) {
return null == this.__v && null == this.state && console.warn('Calling "this.setState" inside the constructor of a component is a no-op and might be a bug in your application. Instead, set "this.state = {}" directly.\n\n' + f(c())), v.call(this, n, e);
};
var m = /^(address|article|aside|blockquote|details|div|dl|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hgroup|hr|main|menu|nav|ol|p|pre|search|section|table|ul)$/;
var b = x.prototype.forceUpdate;
function w(n) {
var e = n.props, o = a(n), t2 = "";
for (var r2 in e) if (e.hasOwnProperty(r2) && "children" !== r2) {
var i2 = e[r2];
"function" == typeof i2 && (i2 = "function " + (i2.displayName || i2.name) + "() {}"), i2 = Object(i2) !== i2 || i2.toString ? i2 + "" : Object.prototype.toString.call(i2), t2 += " " + r2 + "=" + JSON.stringify(i2);
}
var s2 = e.children;
return "<" + o + t2 + (s2 && s2.length ? ">.." + o + ">" : " />");
}
x.prototype.forceUpdate = function(n) {
return null == this.__v ? console.warn('Calling "this.forceUpdate" inside the constructor of a component is a no-op and might be a bug in your application.\n\n' + f(c())) : null == this.__P && console.warn(`Can't call "this.forceUpdate" on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
` + f(this.__v)), b.call(this, n);
}, l.__m = function(n, e) {
var o = n.type, t2 = e.map(function(n2) {
return n2 && n2.localName;
}).filter(Boolean);
console.error('Expected a DOM node of type "' + o + '" but found "' + t2.join(", ") + `" as available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.
` + f(n));
}, function() {
!function() {
var n2 = l.__b, o2 = l.diffed, t2 = l.__, r3 = l.vnode, a2 = l.__r;
l.diffed = function(n3) {
u(n3) && s.pop(), i.pop(), o2 && o2(n3);
}, l.__b = function(e) {
u(e) && i.push(e), n2 && n2(e);
}, l.__ = function(n3, e) {
s = [], t2 && t2(n3, e);
}, l.vnode = function(n3) {
n3.__o = s.length > 0 ? s[s.length - 1] : null, r3 && r3(n3);
}, l.__r = function(n3) {
u(n3) && s.push(n3), a2 && a2(n3);
};
}();
var n = false, o = l.__b, r2 = l.diffed, c2 = l.vnode, l3 = l.__r, v2 = l.__e, b2 = l.__, g = l.__h, E = d ? { useEffect: /* @__PURE__ */ new WeakMap(), useLayoutEffect: /* @__PURE__ */ new WeakMap(), lazyPropTypes: /* @__PURE__ */ new WeakMap() } : null, k2 = [];
l.__e = function(n2, e, o2, t2) {
if (e && e.__c && "function" == typeof n2.then) {
var r3 = n2;
n2 = new Error("Missing Suspense. The throwing component was: " + a(e));
for (var i2 = e; i2; i2 = i2.__) if (i2.__c && i2.__c.__c) {
n2 = r3;
break;
}
if (n2 instanceof Error) throw n2;
}
try {
(t2 = t2 || {}).componentStack = f(e), v2(n2, e, o2, t2), "function" != typeof n2.then && setTimeout(function() {
throw n2;
});
} catch (n3) {
throw n3;
}
}, l.__ = function(n2, e) {
if (!e) throw new Error("Undefined parent passed to render(), this is the second argument.\nCheck if the element is available in the DOM/has the correct id.");
var o2;
switch (e.nodeType) {
case 1:
case 11:
case 9:
o2 = true;
break;
default:
o2 = false;
}
if (!o2) {
var t2 = a(n2);
throw new Error("Expected a valid HTML node as a second argument to render. Received " + e + " instead: render(<" + t2 + " />, " + e + ");");
}
b2 && b2(n2, e);
}, l.__b = function(e) {
var r3 = e.type;
if (n = true, void 0 === r3) throw new Error("Undefined component passed to createElement()\n\nYou likely forgot to export your component or might have mixed up default and named imports" + w(e) + "\n\n" + f(e));
if (null != r3 && "object" == typeof r3) {
if (void 0 !== r3.__k && void 0 !== r3.__e) throw new Error("Invalid type passed to createElement(): " + r3 + "\n\nDid you accidentally pass a JSX literal as JSX twice?\n\n let My" + a(e) + " = " + w(r3) + ";\n let vnode =
should have a | |
should have a | |
---|---|