@contentful/experiences-visual-editor-react 1.37.0-dev-20250423T1119-4e477a9.0 → 1.37.1-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.
package/dist/renderApp.js CHANGED
@@ -44785,10 +44785,6 @@ class EntityStoreBase {
44785
44785
  resolvedFieldset.push([entityToResolveFieldsFrom, field, _localeQualifier]);
44786
44786
  entityToResolveFieldsFrom = entity; // we move up
44787
44787
  }
44788
- else {
44789
- // TODO: Eg. when someone changed the schema and the field is not a link anymore, what should we return then?
44790
- 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.`);
44791
- }
44792
44788
  }
44793
44789
  return {
44794
44790
  resolvedFieldset,