@prorobotech/openapi-k8s-toolkit 1.1.0-alpha.15 → 1.1.0-alpha.17

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.
@@ -33880,7 +33880,7 @@
33880
33880
  error: res.error ?? null
33881
33881
  }
33882
33882
  });
33883
- }, [index, res.data, res.isLoading, res.isError, res.error, dispatch]);
33883
+ }, [index, res, res.data, res.isLoading, res.isError, res.error, dispatch]);
33884
33884
  return null;
33885
33885
  };
33886
33886
  const MultiQueryProvider = ({ items, dataToApplyToContext, children }) => {