@prorobotech/openapi-k8s-toolkit 1.1.0-alpha.19 → 1.1.0-alpha.20

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.
@@ -9399,7 +9399,7 @@
9399
9399
  );
9400
9400
  const fullApiVersion = K.useMemo(() => {
9401
9401
  const g = (apiGroup ?? "").trim();
9402
- const v = apiVersion.trim();
9402
+ const v = (apiVersion ?? "").trim();
9403
9403
  if (!g || g === "core") {
9404
9404
  return v;
9405
9405
  }