dlsjs 0.1.20 → 0.1.21

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/dlsjs.esm.js CHANGED
@@ -4337,7 +4337,7 @@ function dim2Tree(e, D, O) {
4337
4337
  let k = [];
4338
4338
  if (D.length) for (let e of D) {
4339
4339
  if (!e) continue;
4340
- let D = O.find((D) => D.propName === e);
4340
+ let D = O[e];
4341
4341
  k.push(D);
4342
4342
  }
4343
4343
  let A = [];