@gisce/react-ooui 1.0.17 → 1.0.18
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/react-ooui.es.js
CHANGED
|
@@ -17607,6 +17607,10 @@ const {
|
|
|
17607
17607
|
const g = c.find(([v, x]) => p === x);
|
|
17608
17608
|
return g && g[0];
|
|
17609
17609
|
});
|
|
17610
|
+
if (h.length === 0) {
|
|
17611
|
+
n == null || n(void 0);
|
|
17612
|
+
return;
|
|
17613
|
+
}
|
|
17610
17614
|
n == null || n(h);
|
|
17611
17615
|
}
|
|
17612
17616
|
return /* @__PURE__ */ jsx(u, {
|