@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.
@@ -3286,7 +3286,7 @@ const transformMedia = (asset, variables, resolveDesignValue, variableName, path
3286
3286
  catch (error) {
3287
3287
  debug.error('[experiences-core::transformMedia] Error transforming image asset', error);
3288
3288
  }
3289
- return;
3289
+ return asset.fields.file?.url;
3290
3290
  }
3291
3291
  return asset.fields.file?.url;
3292
3292
  };