@overmap-ai/core 1.0.58-export-overmap-reducer.3 → 1.0.58-export-overmap-reducer.4

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.
@@ -17139,7 +17139,10 @@ const MultiStringInput = memo((props) => {
17139
17139
  mb: "1",
17140
17140
  asChild: true,
17141
17141
  children: /* @__PURE__ */ jsxs(Badge, { color: "gray", size: "2", children: [
17142
- /* @__PURE__ */ jsx("span", { children: option }),
17142
+ /* @__PURE__ */ jsx("span", {
17143
+ // TODO: remove this, its just a saftey check for old compatibility of what was acceptable as a value for multi string
17144
+ children: typeof option === "object" && "label" in option ? option.label : option
17145
+ }),
17143
17146
  /* @__PURE__ */ jsx(
17144
17147
  IconButton,
17145
17148
  {