@contentful/experiences-core 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/esm/index.js CHANGED
@@ -3282,7 +3282,7 @@ const transformMedia = (asset, variables, resolveDesignValue, variableName, path
3282
3282
  catch (error) {
3283
3283
  debug.error('[experiences-core::transformMedia] Error transforming image asset', error);
3284
3284
  }
3285
- return;
3285
+ return asset.fields.file?.url;
3286
3286
  }
3287
3287
  return asset.fields.file?.url;
3288
3288
  };