onchain-uikit 3.9.4-alpha91 → 3.9.4-alpha92
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27367,7 +27367,7 @@ const Pee = ({
|
|
|
27367
27367
|
const b = or(() => {
|
|
27368
27368
|
const E = /* @__PURE__ */ new Map();
|
|
27369
27369
|
return cr.ArrayAttributeFlat(e.columns, "children", (T) => {
|
|
27370
|
-
E.set(T.dataIndex, T);
|
|
27370
|
+
T && E.set(T.dataIndex, T);
|
|
27371
27371
|
}), E;
|
|
27372
27372
|
}, [e.columns]), _ = (E) => (T, { size: R }) => {
|
|
27373
27373
|
if (T.stopImmediatePropagation(), b.has(E)) {
|