@wacht/jsx 0.0.1-alpha.2 → 0.0.1-alpha.3
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -22888,7 +22888,11 @@ const fv = l.div`
|
|
|
22888
22888
|
if (!t)
|
|
22889
22889
|
return /* @__PURE__ */ r(te, { children: e });
|
|
22890
22890
|
const E = async () => {
|
|
22891
|
-
await v(),
|
|
22891
|
+
if (await v(), !C) {
|
|
22892
|
+
o(null);
|
|
22893
|
+
return;
|
|
22894
|
+
}
|
|
22895
|
+
setTimeout(() => {
|
|
22892
22896
|
if (w && w.length > 0) {
|
|
22893
22897
|
const x = w[w.length - 1];
|
|
22894
22898
|
i(x.organization.id);
|