@ironsource/shared-ui 2.2.0-rc.20 → 2.2.0-rc.21

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.
@@ -150,7 +150,7 @@ const pe = (o, y) => {
150
150
  const l = C.value.find(
151
151
  (h) => h.id === e.preset
152
152
  );
153
- i.value = l.id, t = !0;
153
+ i.value = l?.id, t = !!l;
154
154
  }
155
155
  const a = {
156
156
  from: new Date(e.from),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.2.0-rc.20",
3
+ "version": "2.2.0-rc.21",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"