biblio-react 2.0.6 → 2.0.7

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
@@ -14382,7 +14382,7 @@ const Pd = ao(), ma = ({ children: e }) => {
14382
14382
  })) || [] : l.getValues()[r] || [];
14383
14383
  if (typeof i == "number") {
14384
14384
  const u = c.findIndex(
14385
- (d) => d._id === i
14385
+ (d) => d && d._id === i
14386
14386
  );
14387
14387
  c.splice(u, 1);
14388
14388
  } else {