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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onchain-uikit",
3
3
  "private": false,
4
- "version": "3.9.4-alpha91",
4
+ "version": "3.9.4-alpha92",
5
5
  "scripts": {
6
6
  "dev": "vite",
7
7
  "build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vite build",