@contentful/experiences-visual-editor-react 3.8.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/index.js
CHANGED
|
@@ -5111,7 +5111,7 @@ const useComponentProps = ({ node, entityStore, areEntitiesFetched, resolveDesig
|
|
|
5111
5111
|
let boundValue;
|
|
5112
5112
|
// TODO: Temporary fix while we look into SPA-3212 it occurs where we have prebound props but data source link is missing
|
|
5113
5113
|
// this only occurs after live updates of nested patterns.
|
|
5114
|
-
if (!link
|
|
5114
|
+
if (!link) {
|
|
5115
5115
|
return {
|
|
5116
5116
|
...acc,
|
|
5117
5117
|
[variableName]: variableDefinition.defaultValue,
|