@contentful/experiences-visual-editor-react 3.8.1-dev-20251001T1447-3773a54.0 → 3.8.1-dev-20251002T1047-910c7c5.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 +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
|
@@ -51057,7 +51057,7 @@ const useComponentProps = ({ node, entityStore, areEntitiesFetched, resolveDesig
|
|
|
51057
51057
|
let boundValue;
|
|
51058
51058
|
// TODO: Temporary fix while we look into SPA-3212 it occurs where we have prebound props but data source link is missing
|
|
51059
51059
|
// this only occurs after live updates of nested patterns.
|
|
51060
|
-
if (!link
|
|
51060
|
+
if (!link) {
|
|
51061
51061
|
return {
|
|
51062
51062
|
...acc,
|
|
51063
51063
|
[variableName]: variableDefinition.defaultValue,
|