@contentful/experiences-visual-editor-react 3.8.9-beta.1 → 3.8.10-beta.0

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/dist/renderApp.js CHANGED
@@ -43520,7 +43520,7 @@ const transformMedia = (asset, variables, resolveDesignValue, variableName, path
43520
43520
  catch (error) {
43521
43521
  debug$1.error('[experiences-core::transformMedia] Error transforming image asset', error);
43522
43522
  }
43523
- return;
43523
+ return asset.fields.file?.url;
43524
43524
  }
43525
43525
  return asset.fields.file?.url;
43526
43526
  };