biblio-react 2.0.20 → 2.0.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/index.js CHANGED
@@ -14478,7 +14478,7 @@ const Fd = no(), fa = ({ children: e }) => {
14478
14478
  c.splice(u, 1);
14479
14479
  } else {
14480
14480
  let u = c.findIndex(
14481
- (m) => m.claveFila === i
14481
+ (m) => (m == null ? void 0 : m.claveFila) === i
14482
14482
  );
14483
14483
  const d = t.current.getRowIndexRelativeToVisibleRows(i);
14484
14484
  u = u !== -1 ? u : d !== void 0 ? d : c.length, c[u] = { ...s, estado: a, claveFila: i };