@xyo-network/os-react-runtime 5.0.7 → 5.0.9

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.
@@ -156,7 +156,6 @@ var getNodePaletteByNameCode = /* @__PURE__ */ __name((nameCode) => {
156
156
 
157
157
  // src/helpers/widget/Caller.tsx
158
158
  import { assertEx as assertEx2 } from "@xylabs/assert";
159
- import { cloneDeep } from "@xylabs/lodash";
160
159
  import { fulfilled, rejected } from "@xylabs/promise";
161
160
  import { WidgetTraySchema } from "@xyo-network/os-model";
162
161
  import { OsCallerBase } from "@xyo-network/os-runtime";
@@ -216,7 +215,7 @@ var WidgetCaller = class extends OsCallerBase {
216
215
  };
217
216
  }
218
217
  cloneWidgetConfig(widgetConfig) {
219
- return cloneDeep(widgetConfig);
218
+ return structuredClone(widgetConfig);
220
219
  }
221
220
  widgetTrayFromLayout(widgetLayout) {
222
221
  const targetWidgetConfigs = [];