@contentful/experiences-visual-editor-react 3.8.9 → 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/index.js CHANGED
@@ -2146,7 +2146,7 @@ const transformMedia = (asset, variables, resolveDesignValue, variableName, path
2146
2146
  catch (error) {
2147
2147
  debug$1.error('[experiences-core::transformMedia] Error transforming image asset', error);
2148
2148
  }
2149
- return;
2149
+ return asset.fields.file?.url;
2150
2150
  }
2151
2151
  return asset.fields.file?.url;
2152
2152
  };