@contentful/experiences-visual-editor-react 1.37.0-dev-20250423T1119-4e477a9.0 → 1.37.1-dev-20250423T1409-b90b338.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 +0 -4
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +0 -4
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2164,10 +2164,6 @@ class EntityStoreBase {
|
|
|
2164
2164
|
resolvedFieldset.push([entityToResolveFieldsFrom, field, _localeQualifier]);
|
|
2165
2165
|
entityToResolveFieldsFrom = entity; // we move up
|
|
2166
2166
|
}
|
|
2167
|
-
else {
|
|
2168
|
-
// TODO: Eg. when someone changed the schema and the field is not a link anymore, what should we return then?
|
|
2169
|
-
throw new Error(`LogicError: Invalid value of a field we consider a reference field. Cannot resolve field ${field} of a fieldset as it is not a link, neither undefined.`);
|
|
2170
|
-
}
|
|
2171
2167
|
}
|
|
2172
2168
|
return {
|
|
2173
2169
|
resolvedFieldset,
|