@gisce/react-ooui 2.0.0-alpha.61 → 2.0.0-alpha.62

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.
@@ -4125,7 +4125,10 @@ const rl = (e) => {
4125
4125
  key: t,
4126
4126
  ooui: r,
4127
4127
  context: i
4128
- }) => ke(() => /* @__PURE__ */ n(J, { children: r.selectionValues.get(e) }), [r, e]), gl = ({
4128
+ }) => ke(() => {
4129
+ let o = e;
4130
+ return Array.isArray(e) && e.length === 2 && (o = e[0]), /* @__PURE__ */ n(J, { children: r.selectionValues.get(o) });
4131
+ }, [r, e]), gl = ({
4129
4132
  value: e,
4130
4133
  key: t,
4131
4134
  ooui: r,