@socotra/ec-react-utils 2.21.1-next.0 → 2.21.1

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.es.js CHANGED
@@ -16270,7 +16270,7 @@ const RP = ({
16270
16270
  data: r
16271
16271
  }) => {
16272
16272
  const o = {};
16273
- return Object.keys(a[t]).forEach((s) => {
16273
+ return !a || !a[t] || Object.keys(a[t]).length === 0 || Object.keys(a[t]).forEach((s) => {
16274
16274
  const c = {};
16275
16275
  a[t][s].where && Object.keys(a[t][s].where ?? {}).forEach(
16276
16276
  (l) => {