@wise/dynamic-flow-client 5.13.0 → 5.13.1

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.
package/build/main.js CHANGED
@@ -8217,7 +8217,7 @@ var upsellComponentToProps = (component, rendererMapperProps) => __spreadValues(
8217
8217
  // src/renderers/mappers/subflowComponentToRendererProps.ts
8218
8218
  var subflowComponentToRendererProps = (component, rendererMapperProps) => {
8219
8219
  return __spreadValues(__spreadProps(__spreadValues({
8220
- uid: "subflow",
8220
+ uid: component.uid,
8221
8221
  type: "subflow"
8222
8222
  }, pick(component, "requestCache", "presentation", "initialRequest")), {
8223
8223
  onCancellation: component.onCancellation.bind(component),
package/build/main.mjs CHANGED
@@ -8187,7 +8187,7 @@ var upsellComponentToProps = (component, rendererMapperProps) => __spreadValues(
8187
8187
  // src/renderers/mappers/subflowComponentToRendererProps.ts
8188
8188
  var subflowComponentToRendererProps = (component, rendererMapperProps) => {
8189
8189
  return __spreadValues(__spreadProps(__spreadValues({
8190
- uid: "subflow",
8190
+ uid: component.uid,
8191
8191
  type: "subflow"
8192
8192
  }, pick(component, "requestCache", "presentation", "initialRequest")), {
8193
8193
  onCancellation: component.onCancellation.bind(component),