@contentful/experiences-visual-editor-react 3.8.10-dev-20260629T1416-eab9ee7.0 → 3.8.10
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +1 -1
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
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
|
};
|